[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / d / 0 / StateKit / 0.2.1 / StateKit.podspec.json
blob95c0a2a2680548fd886ab597351e9dd4f24e311f
2   "name": "StateKit",
3   "version": "0.2.1",
4   "summary": "StateKit is a StateChart written for iOS/MacOSX/tvOS/watchOS Development",
5   "description": "StateKit is a framework to model, capture, manipulate and interact with State.\n\nStateKit models state in the form of a tree.\nThis is different from a Finite State Machine (FSM) that models state as a graph",
6   "homepage": "https://github.com/sghiassy/StateKit",
7   "license": "MIT",
8   "authors": {
9     "Shaheen Ghiassy": "shaheen@groupon.com"
10   },
11   "source": {
12     "git": "https://github.com/sghiassy/StateKit.git",
13     "tag": "0.2.1"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.8",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "ObjC",
23   "pushed_with_swift_version": "3.2",
24   "subspecs": [
25     {
26       "name": "ObjC",
27       "source_files": "Pod/Classes/ObjC"
28     },
29     {
30       "name": "Swift",
31       "source_files": "Pod/Classes/Swift",
32       "platforms": {
33         "ios": "8.0",
34         "osx": "10.10",
35         "tvos": "9.0",
36         "watchos": "2.0"
37       },
38       "dependencies": {
39         "StateKit/ObjC": [
41         ]
42       }
43     }
44   ]