[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 2 / 6 / 7 / OpenWeatherMapAPI / 0.0.5 / OpenWeatherMapAPI.podspec.json
blobcb68fd6e9dbf77d6106d2bb88e90376309b79093
2   "name": "OpenWeatherMapAPI",
3   "version": "0.0.5",
4   "summary": "A simple api for getting data from http://openweathermap.org.",
5   "homepage": "http://github.com/adba/OpenWeatherMapAPI",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Adrian Bak": "valinorsgatekeeper@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/adba/OpenWeatherMapAPI.git",
15     "tag": "0.0.5"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "OpenWeatherMapAPI/OpenWeatherMapAPI",
21   "public_header_files": "OpenWeatherMapAPI/OpenWeatherMapAPI/*.h",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 1.3.1"
26     ]
27   }