[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / d / 0 / StateKit / 0.1.0 / StateKit.podspec.json
blobb2104834b2b6c38b03a17206323d9a34df0bef22
2   "name": "StateKit",
3   "version": "0.1.0",
4   "summary": "StateKit is a StateChart written for iOS/MacOSX Development",
5   "description": "                       StateKit is a framework to model, capture, manipulate and interact with State.\n\n                       StateKit models state in the form of a tree.\n                       This is different from a Finite State Machine (FSM) that models state as a graph\n",
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.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "StateKit": [
22       "Pod/Assets/*.png"
23     ]
24   }