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