[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 3 / JLJSONHelper / 0.1.0 / JLJSONHelper.podspec.json
blob4adb0f2c88b89f7cbb7b0b638aaf9185650d869d
2   "name": "JLJSONHelper",
3   "version": "0.1.0",
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.0"
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   }