[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / f / c / XJsonObject / 1.0.0 / XJsonObject.podspec.json
blob4ffe08ca51045f9cc2bc9a380388b70b35fdc0bd
2   "name": "XJsonObject",
3   "version": "1.0.0",
4   "summary": "A short description of XJsonObject.",
5   "description": "可以将数组或键值对映射成本地对象,主要用于对象序列化和网络数据解析\n数据模型和字典互转",
6   "homepage": "https://github.com/BerXiu/XJsonObject",
7   "platforms": {
8     "ios": "7.0"
9   },
10   "license": "MIT",
11   "authors": {
12     "Xiu": "gogs@fake.local"
13   },
14   "source": {
15     "git": "https://github.com/BerXiu/XJsonObject.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "Classes",
20     "XJsonObject/XJsonObject/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "frameworks": "UIKit"