[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / f / a / 3 / JLJSONHelper / 0.1.1 / JLJSONHelper.podspec.json
blob7152eb4ce8025d7113d5defe335f27d3875ef306
2   "name": "JLJSONHelper",
3   "version": "0.1.1",
4   "summary": "a simple helper class for JSON management.",
5   "description": "JLJSONHelper is a helper class based on NSJSONSerialization provided by Apple.",
6   "homepage": "https://github.com/buhikon/JLJSONHelper",
7   "license": "MIT",
8   "authors": {
9     "Joey L.": "slarin@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/buhikon/JLJSONHelper.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JLJSONHelper": [
22       "Pod/Assets/*.png"
23     ]
24   }