blob: 8f74882e7d65774b2c85c93643301a07d674dfcf [file] [log] [blame]
{
"name": "OWMAPIManager",
"version": "1.0.1",
"summary": "OWMAPIManager is an iOS library for fetching weather information of OpenWeatherMap using simple blocks based API callbacks.",
"description": " OWMAPIManager is an iOS library for fetching weather information of OpenWeatherMap using simple blocks based API callbacks.Its Main purpose is to use OpenWeatherMap API requests with ease in a less lines of code. \n",
"homepage": "https://github.com/Darshanptl7500/OWMAPIManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Darshan Patel": "developer.ios89@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Darshanptl7500/OWMAPIManager.git",
"tag": "1.0.1"
},
"source_files": "OWMAPIManager/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2"
]
}
}