blob: 6ce567bc6671b46c7db612b3e5decee1d0ed1079 [file] [log] [blame]
{
"name": "InspeeroLib",
"version": "0.0.22",
"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://git2.inspeero.com/athanekar/inspeerolib.git",
"license": {
"type": "MIT",
"file": "InspeeroLib/LICENSE"
},
"authors": {
"Ankit Thanekar": "athanekar@inspeero.com"
},
"source": {
"git": "git@git2.inspeero.com:athanekar/inspeerolib.git",
"tag": "0.0.22"
},
"default_subspecs": "NetworkManager_Swift",
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "NetworkManager_Swift",
"source_files": [
"InspeeroLib/InspeeroLib/NetworkManager_Swift/Model/*.{swift}",
"InspeeroLib/InspeeroLib/NetworkManager_Swift/*.{swift}"
],
"dependencies": {
"SwiftyJSON": [
"~>4.0.0"
],
"Alamofire": [
"~>4.6.0"
]
}
}
]
}