blob: fed955ebbd62ce4e786edc6b2abfbc52f6fb6d65 [file] [log] [blame]
{
"name": "FrameworkDemo_DYL",
"version": "1.0.4",
"summary": "测试 Framework",
"description": "1.0.4 指定.m。",
"homepage": "https://github.com/YalinDang/FrameworkDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DangYalin": "dangyalin1982@163.com"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"source": {
"git": "https://github.com/YalinDang/FrameworkDemo.git",
"tag": "1.0.4"
},
"vendored_frameworks": "SDK/*.framework",
"source_files": "SDK/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
]
}
}