blob: ff54490e7d3d0aaed623e8ba102f9cf94e1dfd0c [file] [log] [blame]
{
"name": "StateMachine",
"version": "0.1",
"summary": "State machine library for Objective-C.",
"homepage": "https://github.com/luisobo/StateMachine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luis Solano Bonet": "contact@luissolano.com"
},
"source": {
"git": "https://github.com/luisobo/StateMachine.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "StateMachine/**/*.{h,m}",
"public_header_files": [
"StateMachine/StateMachine.h",
"StateMachine/LSStateMachine.h",
"StateMachine/LSStateMachineMacros.h",
"StateMachine/LSStateMachineTypedefs.h",
"StateMachine/LSStateMachineDynamicAdditions.h"
],
"requires_arc": true
}