[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 5 / b / FrameworkDemo_DYL / 1.0.2 / FrameworkDemo_DYL.podspec.json
blob7ca15974b40f3e00e01b52fc3d6e598119fd47a9
2   "name": "FrameworkDemo_DYL",
3   "version": "1.0.2",
4   "summary": "测试 Framework",
5   "description": "1.0.2 初版做成,测试库的依赖管理。",
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.2"
26   },
27   "vendored_frameworks": "SDK/*.framework",
28   "dependencies": {
29     "AFNetworking": [
30       "~> 4.0.1"
31     ]
32   }