blob: f48e4dde1f9bd4b02625ac558fb1093e08586584 [file] [log] [blame]
{
"name": "StudyCocoaPods",
"version": "1.0.2",
"summary": "学习使用发布代码库",
"homepage": "https://github.com/wuhaiwei/StudyCocoaPods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuhaiwei": "wuhaiwei@qding.me"
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"WebKit",
"CoreTelephony"
],
"platforms": {
"ios": "7.0"
},
"public_header_files": "StudyCocoaPods/People.h",
"source": {
"git": "https://github.com/wuhaiwei/StudyCocoaPods.git",
"tag": "1.0.2"
},
"source_files": "StudyCocoaPods/*.{h,m}",
"requires_arc": true
}