blob: d1b5b46e8ccf4bd096246cb78dd8c7710abff02a [file] [log] [blame]
{
"name": "SDDKit",
"version": "1.1.2",
"license": "MIT",
"summary": "Easiest way for implementing hierarchical state machine(HSM) based programs in Objective-C.",
"homepage": "https://github.com/charleslyh/SDDKit",
"authors": {
"Charles Lee": "charles.liyh@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/charleslyh/SDDKit.git",
"tag": "1.1.2"
},
"requires_arc": true,
"source_files": [
"SDDKit",
"SDDKit/**/*.{m,c,h}"
],
"public_header_files": [
"SDDKit/SDDKit.h",
"SDDKit/SDD{EventsPool,Scheduler,SchedulerBuilder}.h"
]
}