[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / f / AlienKit / 0.2.0 / AlienKit.podspec.json
blobd28364c6a75dc11433923d186e089b54070320c6
2   "name": "AlienKit",
3   "version": "0.2.0",
4   "summary": "Swift API for Reddit",
5   "description": "Heres a swift API for reddit. The few API wrappers that\nexist did not satisfy my needs. This is here to remedy that.",
6   "homepage": "https://github.com/squiffy/AlienKit",
7   "license": "MIT",
8   "authors": {
9     "squiffy": "squiffypwn@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/squiffy/AlienKit.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/squiffy",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "AlienKit": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "Alamofire": [
28       "~> 3.0"
29     ],
30     "SwiftyJSON": [
31       "~> 2.3"
32     ],
33     "p2.OAuth2": [
34       "~> 2.2.3"
35     ]
36   }