[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / d / 3 / 5 / CmallSDK / 0.0.1 / CmallSDK.podspec.json
blobc8f2af47e2f81ec53114dd8a86ceb9bb1afd305c
2   "name": "CmallSDK",
3   "version": "0.0.1",
4   "summary": "A short description of CmallSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "git@git.cmall.com:cmall/CmallPodSDK.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Moyun": "moyunmo@hotmail.com"
13   },
14   "source": {
15     "git": "git@git.cmall.com:cmall/CmallPodSDK.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "CmallSDK/*.h",
22   "frameworks": [
23     "UIKit",
24     "QuartzCore"
25   ],
26   "resources": "CmallSDK/CMSDKResouce.bundle",
27   "ios": {
28     "vendored_libraries": "CmallSDK/*.a"
29   },
30   "libraries": [
31     "z",
32     "resolv"
33   ],
34   "dependencies": {
35     "Qiniu": [
36       "~> 7.0.19.1"
37     ],
38     "ZipArchive": [
39       "~> 1.4.0"
40     ]
41   }