[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / 8 / BaiLuSDK / 0.0.1 / BaiLuSDK.podspec.json
blobfecc5d9f9a352d1e077f95a9a08b19debadfc104
2   "name": "BaiLuSDK",
3   "version": "0.0.1",
4   "summary": "A short description of BaiLuSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/debugalvin/BaiLuSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "debugalvin": "yaomingcoder@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/debugalvin/BaiLuSDK.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BaiLuSDK/Classes/inc/**/*.{h,m}",
22   "ios": {
23     "vendored_libraries": "BaiLuSDK/Classes/lib/**/*.a"
24   },
25   "frameworks": [
26     "AdSupport",
27     "UIKit",
28     "Foundation",
29     "WebKit"
30   ],
31   "libraries": [
32     "c++",
33     "z"
34   ],
35   "dependencies": {
36     "CocoaAsyncSocket": [
37       "~> 7.6.1"
38     ],
39     "CocoaHTTPServer": [
40       "~> 2.3"
41     ],
42     "CocoaLumberjack": [
43       "~> 3.3.0"
44     ]
45   }