blob: a9e28b15099c36ff03f7d1d294a8ad3a027ae54e [file] [log] [blame]
{
"name": "ColorsG",
"version": "0.1.5",
"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.5"
},
"default_subspecs": "CGView",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "CGView",
"source_files": "ColorsG/CGView/*.{h,m}"
},
{
"name": "Networking",
"source_files": [
"ColorsG/NetworkManager/AFNetworking/*.{h,m}",
"ColorsG/NetworkManager/Network\\ Client/*.{h,m}",
"ColorsG/NetworkManager/Request\\ Generator/*.{h,m}",
"ColorsG/NetworkManager/Request\\ Mapper/*.{h,m}",
"ColorsG/NetworkManager/Strategy\\ Pattern/*.{h,m}"
]
}
]
}