blob: bfcd30bfa710a57a170f95c5b1b3254bae98e9f9 [file] [log] [blame]
{
"name": "SXHelper",
"version": "0.2.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.2.5"
},
"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"
]
}
}
]
}