blob: 5fa0ea402f4b37e7407b657d95ac87b111818e53 [file] [log] [blame]
{
"name": "ZYPrivatePodDemo",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZYPrivatePodDemo/Classes/**/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"MapKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"ZYSafeArrayAndDictionary": [
"~> 0.6.0"
],
"WCDB": [
]
}
}