[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / 7 / waterwheel / 4.2.6 / waterwheel.podspec.json
blob80ac7e1e65862c9b93c5cedaf8c08a641a3cb05e
2   "name": "waterwheel",
3   "version": "4.2.6",
4   "summary": "A framework for communicating to Drupal via iOS, macOS, watchOS, or tvOS.",
5   "homepage": "https://github.com/acquia/waterwheel-swift",
6   "authors": {
7     "Kyle Browning": "kylebrowning@me.com"
8   },
9   "source": {
10     "git": "https://github.com/acquia/waterwheel-swift.git",
11     "tag": "4.2.6"
12   },
13   "source_files": "src/**/**/*.swift",
14   "requires_arc": true,
15   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n  #define TARGET_OS_TV 0\n#endif",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "osx": {
23     "exclude_files": "src/iOS"
24   },
25   "watchos": {
26     "exclude_files": "src/iOS"
27   },
28   "license": {
29     "type": "MPL 1.1/GPL 2.0",
30     "file": "LICENSE"
31   },
32   "dependencies": {
33     "Alamofire": [
35     ],
36     "SwiftyJSON": [
38     ],
39     "SwiftyUserDefaults": [
41     ]
42   }