blob: f34b1347a30203486c261b02f084b7413fe6dbc9 [file] [log] [blame]
{
"name": "waterwheel",
"version": "4.3.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.3.1"
},
"source_files": "Sources/**/**/*.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.11",
"tvos": "9.0",
"watchos": "2.0"
},
"osx": {
"exclude_files": "Sources/iOS"
},
"watchos": {
"exclude_files": "Sources/iOS"
},
"license": {
"type": "MPL 1.1/GPL 2.0",
"file": "LICENSE"
},
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 2.0"
],
"SwiftyJSON": [
"3.1.0"
],
"SwiftyUserDefaults": [
]
}
}