[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / c / 7 / waterwheel / 4.2.1 / waterwheel.podspec.json
blobe6d60f5eef33e0eb6dd199bdfc5b6d7a9f79bf52
2   "name": "waterwheel",
3   "version": "4.2.1",
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.1"
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   "license": {
23     "type": "MPL 1.1/GPL 2.0",
24     "file": "LICENSE"
25   },
26   "dependencies": {
27     "Alamofire": [
29     ],
30     "SwiftyJSON": [
32     ]
33   }