blob: 4b74a06f420619ba09659c0ac002487b65efbf98 [file] [log] [blame]
{
"name": "ADBStateMachine",
"version": "1.0.0",
"platforms": {
"ios": "7.0"
},
"summary": "A proper thread-safe state machine for Objective-C.",
"homepage": "https://github.com/albertodebortoli/ADBStateMachine",
"authors": {
"Alberto De Bortoli": "albertodebortoli.website@gmail.com"
},
"source": {
"git": "https://github.com/albertodebortoli/ADBStateMachine.git",
"tag": "1.0.0"
},
"license": {
"type": "New BSD License",
"file": "LICENSE"
},
"source_files": "ADBStateMachine/Classes/*.{h,m}",
"requires_arc": true
}