blob: 86aaed2c3351c1fbecfd29e660523b5b1f1b2ad4 [file] [log] [blame]
{
"name": "SDDKit",
"version": "1.1.0",
"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.0"
},
"requires_arc": true,
"source_files": [
"SDDKit",
"SDDKit/**/*.{m,c,h}"
],
"public_header_files": [
"SDDKit/SDDKit.h",
"SDDKit/SDD{EventsPool,Scheduler,SchedulerBuilder}.h"
]
}