blob: 4284fc574ed53eda5c5d4736de06e535ff833f4a [file] [log] [blame]
{
"name": "ColorsG",
"version": "0.1.2",
"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.2"
},
"default_subspecs": "Lite",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Lite",
"source_files": "ColorsG/",
"frameworks": "StoreKit",
"dependencies": {
"MagicalRecord": [
]
}
},
{
"name": "CGView",
"source_files": "ColorsG/CGView/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "CloudDrives",
"source_files": "ColorsG/Clouds/*.{h,m}",
"dependencies": {
"GoogleAPIClient/Drive": [
],
"GTMAppAuth": [
],
"AppAuth": [
],
"ObjectiveDropboxOfficial": [
"~>3.0.3"
],
"box-ios-sdk": [
],
"OneDriveSDK": [
],
"AFNetworking": [
]
}
}
]
}