blob: 880145f2a1290bf1d43a7fcee29d8a399a00a588 [file] [log] [blame]
{
"name": "ApiManagerInternal",
"version": "0.0.7",
"summary": "A Library For Internal purpose",
"description": "A nice ApiManager file which will be helpful for Networking",
"homepage": "https://github.com/sathishvgs",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"Sathish kumar": "vgsathish1995@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sathishvgs/ApiManager.git",
"tag": "0.0.7"
},
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"subspecs": [
{
"name": "Framework1",
"source_files": "ApiManager/ApiFrameworks/Framework1/*.swift"
},
{
"name": "Framework2",
"source_files": "ApiManager/ApiFrameworks/Framework2/*.swift"
}
]
}