blob: bd7418d882edda9689f6eb66e498f0144643b8b5 [file] [log] [blame]
{
"name": "InspeeroLib",
"version": "0.0.6",
"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.6"
},
"default_subspecs": "NetworkManager",
"subspecs": [
{
"name": "NetworkManager",
"source_files": [
"InspeeroLib/InspeeroLib/NetworkManager/AFNetworking/*.{h,m}",
"InspeeroLib/InspeeroLib/NetworkManager/Network\\ Client/*.{h,m}",
"InspeeroLib/InspeeroLib/NetworkManager/Request\\ Generator/*.{h,m}",
"InspeeroLib/InspeeroLib/NetworkManager/Request\\ Mapper/*.{h,m}",
"InspeeroLib/InspeeroLib/NetworkManager/Strategy\\ Pattern/*.{h,m}"
]
}
]
}