blob: 62ef604ac5812ffc1d5b86620dabac15e65c6f71 [file] [log] [blame]
{
"name": "FWare",
"version": "0.0.1",
"summary": "FWare SDK",
"description": "\"0.0.1 has been used now, welcome to use\"",
"homepage": "http://gitlab.xingmentech.com/JDuke/fware",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JDuke": "1007521799@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "http://gitlab.xingmentech.com/JDuke/fware.git",
"tag": "0.0.1"
},
"exclude_files": [
"FWare.podspec",
"LICENSE",
"README.md"
],
"vendored_frameworks": "FWare.framework",
"resources": "user.txt",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
],
"ReactiveObjC": [
]
}
}