blob: 67f706fd7b9924239af1c4a664e23cf81de79370 [file] [log] [blame]
{
"name": "TLStateMachine",
"version": "0.1.0",
"summary": "A simple state machine library in ObjectC.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tomlee0201/TLStateMachine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Lee": "tomlee0201@gmail.cn"
},
"source": {
"git": "https://github.com/tomlee0201/TLStateMachine.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "TLStateMachine/Classes/**/*",
"public_header_files": "TLStateMachine/Classes/**/*.h"
}