[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / 8 / ReactKit / 0.11.4 / ReactKit.podspec.json
blobf1c6ff8ec356092875e9ee82914b510473b1745f
2   "name": "ReactKit",
3   "version": "0.11.4",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/ReactKit/ReactKit",
8   "authors": {
9     "Yasuhiro Inami": "inamiy@gmail.com"
10   },
11   "summary": "Swift Reactive Programming.",
12   "source": {
13     "git": "https://github.com/ReactKit/ReactKit.git",
14     "tag": "0.11.4"
15   },
16   "source_files": "ReactKit/**/*.{h,swift}",
17   "requires_arc": true,
18   "platforms": {
19     "osx": "10.9",
20     "ios": "8.0"
21   },
22   "osx": {
23     "exclude_files": "ReactKit/UIKit"
24   },
25   "ios": {
26     "exclude_files": "ReactKit/AppKit"
27   },
28   "dependencies": {
29     "SwiftTask": [
30       "~> 3.3.1"
31     ]
32   }