blob: c621c42e9a2421fd775f03283a71a756532e3c81 [file] [log] [blame]
{
"name": "CBSJSONKit",
"version": "0.1.0",
"summary": "A short description of CBSJSONKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://gitlab.it.5i5j.com/fnd/wiwork/wiworkmodulesios/cbsjsonkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weixuetao": "weixuetao@5i5j.com"
},
"source": {
"git": "http://gitlab.it.5i5j.com/fnd/wiwork/wiworkmodulesios/cbsjsonkit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"exclude_files": "CBSJSONKit/Classes/JSONKit/*.{h,m}"
},
"subspecs": [
{
"name": "JSONKit",
"requires_arc": false,
"source_files": "CBSJSONKit/Classes/JSONKit/*.{h,m}"
}
]
}