[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 7 / OpenWeatherMapAPI / 0.0.3 / OpenWeatherMapAPI.podspec.json
blob77e569f3788aed2274e316939b5574de7ed9c93a
2   "name": "OpenWeatherMapAPI",
3   "version": "0.0.3",
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.3"
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   }