blob: cffd79306a5862ee1becdbbd2dd3219a4fe1d87b [file] [log] [blame]
{
"name": "GTMotionInterchange",
"version": "0.0.2",
"summary": "Motion interchange format.",
"homepage": "https://github.com/liuxc123/GTMotionInterchange",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/GTMotionInterchange.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
]
}