blob: e6d60f5eef33e0eb6dd199bdfc5b6d7a9f79bf52 [file] [log] [blame]
{
"name": "waterwheel",
"version": "4.2.1",
"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.1"
},
"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"
},
"license": {
"type": "MPL 1.1/GPL 2.0",
"file": "LICENSE"
},
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}