[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / c / 5 / Falcon / 0.1.0 / Falcon.podspec.json
blob8d249e27242ddb75068675edf97226c378c7e6a4
2   "name": "Falcon",
3   "version": "0.1.0",
4   "summary": "Objective-C API wrapper for Star Wars API (swapi.co)",
5   "homepage": "https://github.com/njdehoog/Falcon",
6   "license": "MIT",
7   "authors": {
8     "Niels de Hoog": "njdehoog@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/njdehoog/Falcon.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/nielsjonathan",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "dependencies": {
21     "Mantle": [
22       "~> 1.5"
23     ],
24     "ISO8601DateFormatter": [
25       "~> 0.7"
26     ]
27   }