[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / f / phonegap-plugin-contentsync / 1.2.5.cocoapods / phonegap-plugin-contentsync.podspec.json
blob4fd5d79c3c144055cb782796be3e2d40027668e3
2   "name": "phonegap-plugin-contentsync",
3   "version": "1.2.5.cocoapods",
4   "summary": "Download and cache remotely hosted content.",
5   "description": "Download and cache remotely hosted zipped content bundles, unzipping automatically.",
6   "homepage": "https://github.com/phonegap/phonegap-plugin-contentsync",
7   "authors": "Adobe PhoneGap Team",
8   "license": "Apache License, Version 2.0",
9   "platforms": {
10     "ios": null
11   },
12   "source": {
13     "git": "https://github.com/ttahmouch/phonegap-plugin-contentsync.git",
14     "tag": "1.2.5.cocoapods"
15   },
16   "source_files": "src/ios/ContentSync.{h,m}",
17   "preserve_paths": [
18     "*.md",
19     "www/*.js"
20   ],
21   "frameworks": [
22     "Foundation",
23     "MobileCoreServices"
24   ],
25   "dependencies": {
26     "Cordova": [
27       ">= 4.0.1"
28     ],
29     "SSZipArchive": [
30       "1.6.2"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "OTHER_CFLAGS": "-DUSE_COCOAPODS=1"
35   }