blob: 21dda850c1c53c6f2f2fb30ef07632637d76b627 [file] [log] [blame]
{
"name": "TMJSON",
"version": "0.1",
"summary": "TMJSON is a SwiftyJSON style tool to deal with JSON.",
"description": "An awesome way to deal with JSON in Objective-C. The implementation is totally inspired by SwiftyJSON.",
"homepage": "https://github.com/CaptainTeemo/TMJSON",
"license": "MIT",
"authors": {
"Captain Teemo": "chriswoody05@icloud.com"
},
"source": {
"git": "https://github.com/CaptainTeemo/TMJSON.git",
"tag": "0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TMJSON": [
"Pod/Assets/*.png"
]
}
}