blob: 50d03c33ef87719fd64eb09633e2a02988f21b26 [file] [log] [blame]
{
"name": "LE_AFNetworking",
"version": "0.2.5",
"summary": "在AFNetworingd的基础上做的进一步封装",
"homepage": "https://github.com/LarryEmerson/LE_AFNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LarryEmerson": "larryemerson@163.com"
},
"source": {
"git": "https://github.com/LarryEmerson/LE_AFNetworking.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": "LE_AFNetworking/Classes/*.{h,m}",
"requires_arc": true,
"libraries": [
"sqlite3",
"c",
"icucore",
"z",
"stdc++.6.0.9",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"AFNetworking": [
"~> 3"
],
"LEFrameworks": [
],
"FMDB": [
]
}
}