blob: 40c874b7f8e9b21320c3ac7359630d9d7b39183f [file] [log] [blame]
{
"name": "ZYPrivatePodDemo",
"version": "0.3.0",
"summary": "私有库测试demo.",
"description": "测试建立的私有库测试demo.",
"homepage": "https://github.com/ZhengYin1/ZYPrivatePodDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZhengYin1": "zhengyin1@xiaomi.com"
},
"source": {
"git": "https://github.com/ZhengYin1/ZYPrivatePodDemo.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZYPrivatePodDemo/Classes/**/*",
"requires_arc": [
"ZYPrivatePodDemo/Classes/NSObject+SafeSwizzle.m",
"ZYPrivatePodDemo/Classes/ZYSafeUtilsManager.m"
],
"frameworks": [
"UIKit",
"MapKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"ZYSafeArrayAndDictionary": [
"~> 0.6.0"
],
"WCDB": [
]
}
}