blob: 10d9f67a7cad58c69b626a52fd4d9271e3b23778 [file] [log] [blame]
{
"name": "waterwheel",
"version": "4.2.3",
"summary": "A framework for communicating to Drupal via iOS, macOS, watchOS, or tvOS.",
"homepage": "https://github.com/acquia/waterwheel-swift",
"authors": {
"Kyle Browning": "kylebrowning@me.com"
},
"source": {
"git": "https://github.com/acquia/waterwheel-swift.git",
"tag": "4.2.3"
},
"source_files": "src/**/**/*.swift",
"requires_arc": true,
"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",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"osx": {
"exclude_files": "src/iOS"
},
"watchos": {
"exclude_files": "src/iOS"
},
"license": {
"type": "MPL 1.1/GPL 2.0",
"file": "LICENSE"
},
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}