[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / 5 / CmallSDK / 0.1.7 / CmallSDK.podspec.json
blob55bb729b199756ac1cbfca792c136abff20eb888
2   "name": "CmallSDK",
3   "version": "0.1.7",
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.7"
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   }