blob: 7d826e4f83057fc6974070484f12e0bdb142c17c [file] [log] [blame]
{
"name": "InspeeroLib",
"version": "0.0.5",
"summary": "A Library which has all the libraries combined which can be used by Inspeero developers to save time.",
"description": "A Library which has all the libraries combined which can be used by Inspeero developers to save time. It helps the projects to be built faster.",
"homepage": "http://git.inspeero.com/athanekar/inspeerolib.git",
"license": {
"type": "MIT",
"file": "InspeeroLib/LICENSE"
},
"authors": {
"Ankit Thanekar": "athanekar@inspeero.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "http://git.inspeero.com/athanekar/inspeerolib.git",
"tag": "0.0.5"
},
"default_subspecs": "Clouds",
"subspecs": [
{
"name": "Clouds",
"source_files": "InspeeroLib/InspeeroLib/Clouds/*.{h,m}",
"dependencies": {
"GoogleAPIClient/Drive": [
],
"GTMAppAuth": [
],
"AppAuth": [
],
"ObjectiveDropboxOfficial": [
"~>3.0.3"
],
"box-ios-sdk": [
],
"OneDriveSDK": [
],
"AFNetworking": [
]
}
}
]
}