[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 7 / 8 / 5 / OctoKit / 0.5 / OctoKit.podspec.json
blobff50cad4c6275ddaf8e87c1b526d334c8b4aef1f
2   "name": "OctoKit",
3   "version": "0.5",
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.5"
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   }