[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / 5 / CmallSDK / 0.1.6 / CmallSDK.podspec.json
blob510d7fd37d118618a021bd42933fdd9afc45c50e
2   "name": "CmallSDK",
3   "version": "0.1.6",
4   "summary": "Cmall iOS SDK",
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.1.6"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "CmallSDK/*.h",
22   "frameworks": [
23     "UIKit",
24     "QuartzCore"
25   ],
26   "resources": "CmallSDK/*.bundle",
27   "ios": {
28     "vendored_libraries": "CmallSDK/*.a"
29   },
30   "dependencies": {
31     "ZipArchive": [
32       "~> 1.4.0"
33     ]
34   }