{"id":33067,"date":"2024-01-02T16:24:12","date_gmt":"2024-01-02T10:54:12","guid":{"rendered":"https:\/\/www.oneclickitsolution.com\/blog\/?p=33067"},"modified":"2025-04-01T10:48:24","modified_gmt":"2025-04-01T05:18:24","slug":"build-your-own-cocoapods-with-help-of-oneclick-it-consultancy","status":"publish","type":"post","link":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy","title":{"rendered":"Build your own Cocoapods with help of OneClick IT Consultancy"},"content":{"rendered":"\n<p>Cocoapods is an excellent tool for managing third party dependencies in a project. It not only provides a way for easily integrating those dependencies but also allows you create your own dependencies and manage them as well.<\/p>\n\n\n\n<p><strong>For build own Cocoapods:<\/strong><\/p>\n\n\n\n<p><strong>Step 1 :<\/strong><br>Install Cocoapods in our Macbook.<br>For this open Terminal and paste this command to install cocoapods.<br><strong>&#8216;<\/strong>sudo<strong> gem install <\/strong>cocoapods<strong>\u2019<\/strong><\/p>\n\n\n\n<p><strong>Step 2 :<\/strong><br>After installing Cocoapods in your Macbook, open terminal and paste this command to create new project library.<br><strong>\u2018pod lib create (your project name)\u2019<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step2.png\" alt=\"cocoapod step2\" class=\"wp-image-33072\"\/><\/figure><\/div>\n\n\n<p>After that you need to login via your github account.<br>After login you need to give answers of some questions like which platform and which language you want to create pods.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step2-2.png\" alt=\"cocoapod step2\" class=\"wp-image-33074\" title=\"cocoapod step2\"\/><\/figure><\/div>\n\n\n<p>After that this project opens automatically in your <strong>XCode<\/strong>.<\/p>\n\n\n\n<p><strong>Step 3 :<\/strong><br>Now go to <a href=\"https:\/\/github.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"><strong>https:\/\/github.com<\/strong><\/a> and login via your account.<br>After login you need to create new repository for host your code.<br>Give same name of repository as your project name for consistency.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1440\" height=\"776\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step3.png\" alt=\"cocoapods step3\" class=\"wp-image-53336\" title=\"cocoapods step3\" srcset=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step3.png 1440w, https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step3-768x414.png 768w, https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step3-20x11.png 20w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/><\/figure><\/div>\n\n\n<p><strong>Step 4:<\/strong><br>Now go to terminal and go to your project folder using<br><strong>&#8216;cd (your project folder)\u2018<\/strong><\/p>\n\n\n\n<p>After that paste this command to<br>git remote add origin <strong>\u201cyour repository URL\u201d<\/strong><\/p>\n\n\n\n<p><strong>Like this:<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step4.png\" alt=\"cocoapods step4\" class=\"wp-image-33077\" title=\"cocoapods step4\"\/><\/figure><\/div>\n\n\n<p>After this you need to push your project to your repository.<br>For that write these commands:<\/p>\n\n\n\n<p><strong>\u2018git add .\u2019<\/strong><br><strong>\u2018git commit \u2013m \u201cyour message\u201d \u2019<\/strong><br><strong>\u2018git push \u2013u origin master\u2019<\/strong><\/p>\n\n\n\n<p>After that your repository look like this<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1424\" height=\"679\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step4-2.png\" alt=\"step4-2\" class=\"wp-image-53335\" title=\"cocoapods step4.2\" srcset=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step4-2.png 1424w, https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step4-2-768x366.png 768w, https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step4-2-20x10.png 20w\" sizes=\"(max-width: 1424px) 100vw, 1424px\" \/><\/figure><\/div>\n\n\n<p><strong>Step 5:<\/strong><br>Now go to your project. You can see project metadata folder.<\/p>\n\n\n\n<p>In that folder there is LICENSE file .<\/p>\n\n\n\n<p>Cocoapods require License for your project.<\/p>\n\n\n\n<p>By default Cocoapods using MIT License .<\/p>\n\n\n\n<p>Podspec file in Metadata is very important for your project.<\/p>\n\n\n\n<p>It is telling Cocoapods that what version it is, and all metadata that require to create pods are placed in This <strong>&#8220;<\/strong>podspec<strong>\u201d<\/strong> file.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1389\" height=\"873\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step5.png\" alt=\"step5\" class=\"wp-image-53332\" title=\"cocoapods step5\" srcset=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step5.png 1389w, https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step5-768x483.png 768w, https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step5-20x13.png 20w\" sizes=\"(max-width: 1389px) 100vw, 1389px\" \/><\/figure><\/div>\n\n\n<p>After that you need to validate this podspec file using this command in terminal.<\/p>\n\n\n\n<p>First write this command to specify swift version:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u2018touch .swift-version\u2019<\/strong><\/li>\n\n\n\n<li><strong>After that write<\/strong><\/li>\n\n\n\n<li><strong>\u2018Echo \u201c4.0\u201d &gt;.swift-version\u2019<\/strong><\/li>\n<\/ul>\n\n\n\n<p>After that you can check your swift verison using:<br><strong>\u2018cat .swift-version\u2019<\/strong><\/p>\n\n\n\n<p>Now you can validate your podspec file using following command:<br><strong>\u2018pod lib lint \u201cyour <\/strong>podspec file name<strong>\u201d \u2019<\/strong><\/p>\n\n\n\n<p>If you face any warning issue, you can validate using:<br><strong>\u2018pod lib lint \u201cyour <\/strong>podspec<strong> file name\u201d &#8211;allow-warnings \u2019.<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step5-2.png\" alt=\"cocoapods step5.2\" class=\"wp-image-33080\" title=\"cocoapods step5.2\"\/><\/figure><\/div>\n\n\n<p><strong>Step 6:<\/strong><br>Now you can add files which you want to use as pods in classes files.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1386\" height=\"870\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step6.png\" alt=\"step6\" class=\"wp-image-53331\" title=\"cocoapods step6\" srcset=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step6.png 1386w, https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step6-768x482.png 768w, https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step6-20x13.png 20w\" sizes=\"(max-width: 1386px) 100vw, 1386px\" \/><\/figure><\/div>\n\n\n<p>After adding add require files push code to github.<\/p>\n\n\n\n<p>Using Following commands:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u2018git add .\u2019<\/strong><\/li>\n\n\n\n<li><strong>\u2018git commit \u2013m \u201cyour message\u201d \u2019<\/strong><\/li>\n\n\n\n<li><strong>\u2018git push \u2013u origin master\u2019<\/strong><\/li>\n<\/ul>\n\n\n\n<p><strong>Step 7:<\/strong><br>Now you need to add <strong>git tag<\/strong> to your project.<\/p>\n\n\n\n<p>For this write following commands :<br><strong>\u2018git tag your version -a\u2019<\/strong><\/p>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u2018git tag 0.1.0 -a\u2019<\/strong><\/li>\n<\/ul>\n\n\n\n<p>You can add notes for this release.<\/p>\n\n\n\n<p>Or you can simply add tag using:<br><strong>\u2018git tag your version\u2019<\/strong><\/p>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u2018git tag 0.1.0\u2019<\/strong><\/li>\n<\/ul>\n\n\n\n<p>After that you need to push this tag to git.<br><strong>\u2018git push &#8211;tags\u2019<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step7.png\" alt=\"cocoapods step7\" class=\"wp-image-33082\" title=\"cocoapods step7\"\/><\/figure><\/div>\n\n\n<p><strong>Now Final step:<\/strong><\/p>\n\n\n\n<p>If you are creating pods first time, you need to register your session using following command:<br><strong>\u2018pod trunk register<\/strong> <strong>\u201cyour<\/strong> github<strong> email id\u201d<\/strong> <strong>\u2018your <\/strong>gihub<strong> username\u2019&nbsp; &#8211;description= \u2018Macbook\u2019 \u2019<\/strong><\/p>\n\n\n\n<p>Example:<br><strong>\u2018pod trunk register mishraajay95214@gmail.com \u2018ajaymishra1\u2019 &#8211;description=\u2019Macbook\u2019 \u2019<\/strong><\/p>\n\n\n\n<p>After that simply write following command and your Cocoapods&nbsp; is now ready to use by anyone:<br><strong>\u2018pod trunk push\u2019<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2019\/03\/step7-2.png\" alt=\"cocoapods step7.2\" class=\"wp-image-33083\" title=\"cocoapods step7.2\"\/><\/figure><\/div>\n\n\n<p>Now this pod is available to everyone. You can use it in any project by entering following line into your podfile:<br><strong>\u2018pod OneclickFramework\u2019<\/strong><br>This is an easy way when we are using same files or same logic to different projects. If you face any technical difficulties in build cocoapods feel free to contact our technical experts, we would love to resolve your queries. You can contact us <a title=\"\" href=\"https:\/\/www.oneclickitsolution.com\/contact-us\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cocoapods is an excellent tool for managing third party dependencies in a project. It not only provides a way for easily integrating those dependencies but also allows you create your own dependencies and manage them as well. For build own Cocoapods: Step 1 :Install Cocoapods in our Macbook.For this open Terminal and paste this command &hellip;<\/p>\n","protected":false},"author":1,"featured_media":63245,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[516],"tags":[798],"class_list":["post-33067","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mobile-apps","tag-best-mobile-application-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.2.1 (Yoast SEO v24.8.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Build Own Cocoapods with Help of OneClick<\/title>\n<meta name=\"description\" content=\"Learn how to build your own CocoaPods? follow this steps of examples and create your own cocoapos with OneClick.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Build Own Cocoapods with Help of OneClick\" \/>\n<meta property=\"og:description\" content=\"Learn how to build your own CocoaPods? follow this steps of examples and create your own cocoapos with OneClick.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy\" \/>\n<meta property=\"og:site_name\" content=\"OneClick IT Consultancy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/oneclickconsultancy\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-02T10:54:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-01T05:18:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2024\/01\/making-cocoapods.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"852\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"OneClick IT Consultancy\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OneclickIT\" \/>\n<meta name=\"twitter:site\" content=\"@OneclickIT\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"OneClick IT Consultancy\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Build Own Cocoapods with Help of OneClick","description":"Learn how to build your own CocoaPods? follow this steps of examples and create your own cocoapos with OneClick.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy","og_locale":"en_US","og_type":"article","og_title":"Build Own Cocoapods with Help of OneClick","og_description":"Learn how to build your own CocoaPods? follow this steps of examples and create your own cocoapos with OneClick.","og_url":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy","og_site_name":"OneClick IT Consultancy","article_publisher":"https:\/\/www.facebook.com\/oneclickconsultancy","article_published_time":"2024-01-02T10:54:12+00:00","article_modified_time":"2025-04-01T05:18:24+00:00","og_image":[{"width":1536,"height":852,"url":"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2024\/01\/making-cocoapods.webp","type":"image\/webp"}],"author":"OneClick IT Consultancy","twitter_card":"summary_large_image","twitter_creator":"@OneclickIT","twitter_site":"@OneclickIT","twitter_misc":{"Written by":"OneClick IT Consultancy","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy#article","isPartOf":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy"},"author":{"name":"OneClick IT Consultancy","@id":"https:\/\/www.oneclickitsolution.com\/blog\/#\/schema\/person\/c2616c0a433427a79a96fe5ca2b34ec3"},"headline":"Build your own Cocoapods with help of OneClick IT Consultancy","datePublished":"2024-01-02T10:54:12+00:00","dateModified":"2025-04-01T05:18:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy"},"wordCount":605,"publisher":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy#primaryimage"},"thumbnailUrl":"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2024\/01\/making-cocoapods.webp","keywords":["Best Mobile Application Development"],"articleSection":["Mobile Application"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy","url":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy","name":"Build Own Cocoapods with Help of OneClick","isPartOf":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy#primaryimage"},"image":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy#primaryimage"},"thumbnailUrl":"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2024\/01\/making-cocoapods.webp","datePublished":"2024-01-02T10:54:12+00:00","dateModified":"2025-04-01T05:18:24+00:00","description":"Learn how to build your own CocoaPods? follow this steps of examples and create your own cocoapos with OneClick.","breadcrumb":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy#primaryimage","url":"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2024\/01\/making-cocoapods.webp","contentUrl":"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2024\/01\/making-cocoapods.webp","width":1536,"height":852,"caption":"making your own cocoapods"},{"@type":"BreadcrumbList","@id":"https:\/\/www.oneclickitsolution.com\/blog\/build-your-own-cocoapods-with-help-of-oneclick-it-consultancy#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.oneclickitsolution.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Build your own Cocoapods with help of OneClick IT Consultancy"}]},{"@type":"WebSite","@id":"https:\/\/www.oneclickitsolution.com\/blog\/#website","url":"https:\/\/www.oneclickitsolution.com\/blog\/","name":"OneClick IT Consultancy","description":"We Build Brands from Ideas","publisher":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/#organization"},"alternateName":"OneClick IT Solution","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.oneclickitsolution.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.oneclickitsolution.com\/blog\/#organization","name":"OneClick IT Consultancy","alternateName":"OneClick IT Solution","url":"https:\/\/www.oneclickitsolution.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.oneclickitsolution.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2022\/10\/oneclick-official-logo.png","contentUrl":"https:\/\/www.oneclickitsolution.com\/blog\/wp-content\/uploads\/2022\/10\/oneclick-official-logo.png","width":100,"height":100,"caption":"OneClick IT Consultancy"},"image":{"@id":"https:\/\/www.oneclickitsolution.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/oneclickconsultancy","https:\/\/x.com\/OneclickIT","https:\/\/www.instagram.com\/oneclick.it.consultancy\/","https:\/\/www.linkedin.com\/company\/one-click-it-consultancy\/","https:\/\/www.pinterest.com\/oneclickitconsultancy\/","https:\/\/www.youtube.com\/channel\/UCsEG6aiwOwvYrcZxMoP5xjg","https:\/\/oneclickit.tumblr.com\/","https:\/\/dribbble.com\/oneclickitconsultancy"]},{"@type":"Person","@id":"https:\/\/www.oneclickitsolution.com\/blog\/#\/schema\/person\/c2616c0a433427a79a96fe5ca2b34ec3","name":"OneClick IT Consultancy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.oneclickitsolution.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8169ffe1b63da548d77fb666e94f1aba?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8169ffe1b63da548d77fb666e94f1aba?s=96&d=mm&r=g","caption":"OneClick IT Consultancy"},"description":"OneClick IT Consultancy is the best custom software development company based in India &amp; USA with expertise in BLE, travel, mobile, and web development. With nearly a decade\u2019s experience, we use best practices and development standards to deliver high-performance applications, focused on the user experience.","sameAs":["https:\/\/www.oneclickitsolution.com\/blog\/"],"jobTitle":"Founder","url":"https:\/\/www.oneclickitsolution.com\/blog\/author\/oneclick"}]}},"_links":{"self":[{"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/posts\/33067"}],"collection":[{"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/comments?post=33067"}],"version-history":[{"count":1,"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/posts\/33067\/revisions"}],"predecessor-version":[{"id":63246,"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/posts\/33067\/revisions\/63246"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/media\/63245"}],"wp:attachment":[{"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/media?parent=33067"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/categories?post=33067"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.oneclickitsolution.com\/blog\/wp-json\/wp\/v2\/tags?post=33067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}