[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / b / FrameworkDemo_DYL / 1.0.5 / FrameworkDemo_DYL.podspec.json
blob62585a620c26b1bd6eecbf0966f026f571e0e035
2   "name": "FrameworkDemo_DYL",
3   "version": "1.0.5",
4   "summary": "测试 Framework",
5   "description": "1.0.5 指定.m。",
6   "homepage": "https://github.com/YalinDang/FrameworkDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DangYalin": "dangyalin1982@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "user_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "source": {
24     "git": "https://github.com/YalinDang/FrameworkDemo.git",
25     "tag": "1.0.5"
26   },
27   "vendored_frameworks": "SDK/*.framework",
28   "source_files": "SDK/**/*.{h,m}",
29   "dependencies": {
30     "AFNetworking": [
31       "~> 4.0.1"
32     ]
33   }