blob: 95c0a2a2680548fd886ab597351e9dd4f24e311f [file] [log] [blame]
{
"name": "StateKit",
"version": "0.2.1",
"summary": "StateKit is a StateChart written for iOS/MacOSX/tvOS/watchOS Development",
"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",
"homepage": "https://github.com/sghiassy/StateKit",
"license": "MIT",
"authors": {
"Shaheen Ghiassy": "shaheen@groupon.com"
},
"source": {
"git": "https://github.com/sghiassy/StateKit.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "ObjC",
"pushed_with_swift_version": "3.2",
"subspecs": [
{
"name": "ObjC",
"source_files": "Pod/Classes/ObjC"
},
{
"name": "Swift",
"source_files": "Pod/Classes/Swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"StateKit/ObjC": [
]
}
}
]
}