blob: 741556a3c14cdc629c4177430daeaabe9578cbd3 [file] [log] [blame]
{
"name": "RKMTestSDK",
"version": "1.0.0",
"summary": "测试 - RKMTestSDK.",
"homepage": "https://github.com/RenKunMing/TestCocoaPods",
"license": "MIT",
"authors": {
"任坤明": "kunming_ren@xinyan.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/RenKunMing/TestCocoaPods.git",
"tag": "1.0.0"
},
"source_files": "RKMTestSDK/*.{h,m}",
"ios": {
"vendored_frameworks": "RKMTestSDK/SDKFramework.framework"
},
"frameworks": [
"UIKit",
"AVFoundation"
]
}