blob: d86de55dd857c6a9533d6c67ea75258099ad74de [file] [log] [blame]
{
"name": "ColorsG",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Lite",
"source_files": "ColorsG/",
"dependencies": {
"MagicalRecord": [
]
}
},
{
"name": "CGView",
"source_files": "ColorsG/CGView/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}
]
}