[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 5 / b / TMJSON / 0.1 / TMJSON.podspec.json
blob21dda850c1c53c6f2f2fb30ef07632637d76b627
2   "name": "TMJSON",
3   "version": "0.1",
4   "summary": "TMJSON is a SwiftyJSON style tool to deal with JSON.",
5   "description": "An awesome way to deal with JSON in Objective-C. The implementation is totally inspired by SwiftyJSON.",
6   "homepage": "https://github.com/CaptainTeemo/TMJSON",
7   "license": "MIT",
8   "authors": {
9     "Captain Teemo": "chriswoody05@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/CaptainTeemo/TMJSON.git",
13     "tag": "0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TMJSON": [
22       "Pod/Assets/*.png"
23     ]
24   }