[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / e / 3 / OWMAPIManager / 1.0.1 / OWMAPIManager.podspec.json
blob8f74882e7d65774b2c85c93643301a07d674dfcf
2   "name": "OWMAPIManager",
3   "version": "1.0.1",
4   "summary": "OWMAPIManager is an iOS library for fetching weather information of OpenWeatherMap using simple blocks based API callbacks.",
5   "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",
6   "homepage": "https://github.com/Darshanptl7500/OWMAPIManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Darshan Patel": "developer.ios89@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Darshanptl7500/OWMAPIManager.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "OWMAPIManager/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.2"
26     ]
27   }