blob: f82d5307b7856a5a12ccf26b826cc11d95c98342 [file] [log] [blame]
{
"name": "UFWTestSDK",
"version": "0.1.2",
"summary": "A UFWTestSDK is my test project.",
"description": "A UFWTestSDK is my test project!!!.",
"homepage": "https://github.com/liuqiaochi/UFWTestSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuqiaochi": "liuqiaochi@gmail.com"
},
"source": {
"git": "https://github.com/liuqiaochi/UFWTestSDK.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"resources": "UFWTestSDK/Classes/*.bundle",
"source_files": "UFWTestSDK/Classes/**/*.{h,m}",
"vendored_frameworks": "UFWTestSDK/Classes/*.framework",
"frameworks": [
"UIKit",
"CoreLocation",
"Foundation"
],
"dependencies": {
"AFNetworking": [
]
}
}