blob: cfa70a0a4ebf7acac7ff40c6a7cf7085e3dce2c2 [file] [log] [blame]
{
"name": "SXHelper",
"version": "0.0.20",
"summary": "you can use the helper easy coding",
"homepage": "https://github.com/poos/SXHelper",
"license": "MIT",
"authors": {
"xiaoR": "bieshixuan@163.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/poos/SXHelper.git",
"tag": "0.0.20"
},
"source_files": "Example/SXHelper/SXHelper/SXHelperAll.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
]
},
"subspecs": [
{
"name": "MainClass",
"source_files": "Example/SXHelper/SXHelper/**/*.{h,m}",
"public_header_files": "Example/SXHelper/SXHelper/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
]
}
}
]
}