[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / c / 7 / waterwheel / 4.2.3 / waterwheel.podspec.json
blob10d9f67a7cad58c69b626a52fd4d9271e3b23778
2   "name": "waterwheel",
3   "version": "4.2.3",
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.3"
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   }