[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / f / c / XJsonObject / 0.0.1 / XJsonObject.podspec.json
blob4a35df19d07ac0b17630429be81e492cc41b3f47
2   "name": "XJsonObject",
3   "version": "0.0.1",
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": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "XJsonObject/XJsonObject/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "frameworks": "UIKit"