blob: 404e4798e35c0830efd58b3da6a87f0b25ea226f [file] [log] [blame]
{
"name": "ObjectiveSpine",
"version": "1.0.0",
"summary": "Objective-C Wrapper for spine-c",
"description": "Write your own Objective-C renderers with ObjectiveSpine",
"homepage": "https://github.com/victoraldecoa/objective-spine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Simon Kim": ""
},
"source": {
"git": "https://github.com/victoraldecoa/objective-spine.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/victoraldecoa",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"Classes/*.{h,m}",
"Libraries/spine-c/*.{c,h}"
]
}