[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 7 / a / ForecastIOClient / 0.1.0 / ForecastIOClient.podspec.json
blob09a8185d2f2064f774e91d498c542d80403a8563
2   "name": "ForecastIOClient",
3   "version": "0.1.0",
4   "summary": "A Swift forecast.io API client.",
5   "homepage": "https://github.com/pwillsey/ForecastIOClient",
6   "license": "MIT",
7   "authors": {
8     "Peter Willsey": "pwillsey@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pwillsey/ForecastIOClient.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/pwillsey",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ForecastIOClient": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.3"
28     ],
29     "SwiftyJSON": [
31     ]
32   }