blob: 4138cfa4e2eaf9f3c3eba752e53735f35258331c [file] [log] [blame]
{
"name": "SXHelper",
"version": "0.1.5",
"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.1.5"
},
"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"
]
}
}
]
}