[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 1 / 6 / SFLiveLib / 1.0.0 / SFLiveLib.podspec.json
blob40cf101f9cff6aee8c735a8e3e8ff55b6cd88a58
2   "name": "SFLiveLib",
3   "version": "1.0.0",
4   "summary": "Joygo Live System Client Lib",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nemoleo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lee": "nemoleo@yeah.met"
13   },
14   "source": {
15     "git": "https://github.com/nemoleo/SFLiveLib.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SFLiveLib/**/*.h",
22   "vendored_libraries": "Library/**/*.a",
23   "preserve_paths": "Library/**/*.a",
24   "public_header_files": "SFLiveLib/**/*.h",
25   "frameworks": [
26     "UIKit",
27     "CoreGraphics",
28     "Foundation",
29     "AVFoundation",
30     "VideoToolbox",
31     "AudioToolbox",
32     "CoreTelephony",
33     "OpenAL"
34   ],
35   "libraries": [
36     "stdc++",
37     "c++",
38     "iconv"
39   ],
40   "xcconfig": {
41     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
42     "CLANG_CXX_LIBRARY": "libc++"
43   },
44   "dependencies": {
45     "Mantle": [
47     ],
48     "FMDB": [
50     ],
51     "Overcoat": [
53     ],
54     "CocoaAsyncSocket": [
56     ]
57   }