[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / 5 / OctoKit / 0.4 / OctoKit.podspec.json
blob4c4fd7efc7290ad42e6e6e4a4212893974de5373
2   "name": "OctoKit",
3   "version": "0.4",
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.4"
13   },
14   "source_files": "OctoKit",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.1",
18     "osx": "10.7"
19   },
20   "prepare_command": "    find . -regex '.*\\.[hm]' -exec sed -i '' -E 's@<ReactiveCocoa/(EXT.*)\\.h>@<ReactiveCocoa/RAC\\1.h>@' {} \\;\n",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 1.3.3"
24     ],
25     "ISO8601DateFormatter": [
26       "~> 0.7.0"
27     ],
28     "Mantle": [
29       "~> 1.3.1"
30     ],
31     "ReactiveCocoa": [
32       "~> 2.2.2"
33     ]
34   }