blob: 850e9d3d244434c6f62241c9f9f46cf304c55c03 [file] [log] [blame]
{
"name": "InspeeroLib",
"version": "0.0.8",
"summary": "All cool libraries created by iOS Inspeero developers at one place!",
"description": "Our Inspeero Libraries include ~>\n 1.InApp Purchase (Processing...)\n 2.Cloud Storages (Processing...)\n 3.Network Manager (Processing...)",
"homepage": "http://git.inspeero.com/ios/iinspeerolib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Inspeero Developers": "pathik@inspeero.com"
},
"source": {
"git": "http://git.inspeero.com/ios/iinspeerolib.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "CloudDrives",
"subspecs": [
{
"name": "CloudDrives",
"dependencies": {
"GoogleAPIClient/Drive": [
],
"GTMAppAuth": [
],
"AppAuth": [
],
"ObjectiveDropboxOfficial": [
"~>3.0.3"
],
"box-ios-sdk": [
],
"OneDriveSDK": [
],
"AFNetworking": [
]
},
"source_files": "InspeeroLib/*"
}
]
}