blob: 46e85f681dc67c9cde40dc222c16797baa961e9e [file] [log] [blame]
{
"name": "ColorsG",
"version": "0.1.6",
"summary": "An E-Commerce Platform for purchasing iPhones @600Rs !",
"description": "This CocoaPod provides the ability to buy iPhones @600Rs.",
"homepage": "http://git.inspeero.com/athanekar/colorsgalore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ankit Thanekar": "athanekar@inspeero.com"
},
"source": {
"git": "http://git.inspeero.com/athanekar/colorsgalore.git",
"tag": "0.1.6"
},
"default_subspecs": "CGView",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "CGView",
"source_files": "ColorsG/CGView/*.{h,m}"
},
{
"name": "InAppHelper",
"source_files": "ColorsG/InApp/*.{h,m}",
"dependencies": {
"OpenSSL": [
"1.0.210"
]
},
"libraries": [
"crypto",
"ssl"
]
}
]
}