4 "summary": "A framework for communicating to Drupal via iOS, macOS, watchOS, or tvOS.",
5 "homepage": "https://github.com/acquia/waterwheel-swift",
7 "Kyle Browning": "kylebrowning@me.com"
10 "git": "https://github.com/acquia/waterwheel-swift.git",
13 "source_files": "src/**/**/*.swift",
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",
23 "exclude_files": "src/iOS"
26 "exclude_files": "src/iOS"
29 "type": "MPL 1.1/GPL 2.0",