blob: 6ed3b7e4d1db6c0d493e61d91cd67c16fc98a66e [file] [log] [blame]
{
"name": "SXHelper",
"version": "0.2.6",
"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.2.6"
},
"source_files": "Example/SXHelper/SXHelper/SXHelper.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"subspecs": [
{
"name": "MainClass",
"source_files": "Example/SXHelper/SXHelper/**/*.{h,m}",
"public_header_files": "Example/SXHelper/SXHelper/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}
]
}