blob: 4ffe08ca51045f9cc2bc9a380388b70b35fdc0bd [file] [log] [blame]
{
"name": "XJsonObject",
"version": "1.0.0",
"summary": "A short description of XJsonObject.",
"description": "可以将数组或键值对映射成本地对象,主要用于对象序列化和网络数据解析\n数据模型和字典互转",
"homepage": "https://github.com/BerXiu/XJsonObject",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"authors": {
"Xiu": "gogs@fake.local"
},
"source": {
"git": "https://github.com/BerXiu/XJsonObject.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"XJsonObject/XJsonObject/*.{h,m}"
],
"requires_arc": true,
"frameworks": "UIKit"
}