[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 5 / f / ImageLib / 0.2.0 / ImageLib.podspec.json
blob5f0008203dba86a9ac46a0f83ae623b8a884d907
2   "name": "ImageLib",
3   "version": "0.2.0",
4   "summary": "MiaoBao SDK of ImageLib.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/PaperangTeam/iOS_ImageLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Theodore": "hoho.qiu@paperang.com"
13   },
14   "source": {
15     "git": "https://github.com/PaperangTeam/iOS_ImageLib.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "ENABLE_BITCODE": "NO"
27   },
28   "source_files": "ImageLib.framework/Headers/*",
29   "ios": {
30     "vendored_frameworks": [
31       "ImageLib.framework"
32     ]
33   }