[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 5 / OctoKit / 0.3 / OctoKit.podspec.json
blobe708a53407c8ec1420865934ac0da7fa43be2e0a
2   "name": "OctoKit",
3   "version": "0.3",
4   "summary": "GitHub API client for Objective-C.",
5   "homepage": "https://github.com/octokit/octokit.objc",
6   "license": "MIT",
7   "authors": {
8     "GitHub": "support@github.com"
9   },
10   "source": {
11     "git": "https://github.com/octokit/octokit.objc.git",
12     "tag": "0.3"
13   },
14   "source_files": "OctoKit",
15   "platforms": {
16     "ios": "5.1",
17     "osx": "10.7"
18   },
19   "prepare_command": "    find . -regex '.*\\.[hm]' -exec sed -i '' -E 's@<ReactiveCocoa/(EXT.*)\\.h>@<ReactiveCocoa/RAC\\1.h>@' {} \\;\n",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 1.3.3"
23     ],
24     "ISO8601DateFormatter": [
25       "~> 0.7.0"
26     ],
27     "Mantle": [
28       "~> 1.3.1"
29     ],
30     "ReactiveCocoa": [
31       "~> 2.1.4"
32     ]
33   },
34   "requires_arc": false