blob: 3d6b0f0703e53b6b4fe5098c31bb830c3372c19a [file] [log] [blame]
{
"name": "SXHelper",
"version": "0.0.21",
"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.21"
},
"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"
]
}
}
]
}