[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / 5 / PrivatePod2018 / 0.0.3 / PrivatePod2018.podspec.json
blobbe11d26197aab2c3b8824a4f5c5922be3574a46e
2   "name": "PrivatePod2018",
3   "version": "0.0.3",
4   "summary": "测试私有库引用frameworks.",
5   "homepage": "https://www.liuandy.cn",
6   "license": "MIT (LICENSE)",
7   "authors": {
8     "mingmingsuper": "mingmingsuper@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/mingmingsuper/PrivatePod.git",
15     "tag": "0.0.3"
16   },
17   "frameworks": [
18     "MobileCoreServices",
19     "SystemConfiguration",
20     "AVFoundation",
21     "CoreTelephony",
22     "CoreMedia",
23     "AudioToolbox",
24     "VideoToolbox"
25   ],
26   "libraries": [
27     "c++",
28     "sqlite3.0",
29     "z"
30   ],
31   "vendored_libraries": "*.a",
32   "vendored_frameworks": "*.framework",
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC"
35   }