[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / 8 / AlamoFuzi / 1.0.4 / AlamoFuzi.podspec.json
blob3017aadbb64a8438fedca72136b1d1598418d425
2   "name": "AlamoFuzi",
3   "version": "1.0.4",
4   "summary": "XML/HTML response handlers for Alamofire using Fuzi",
5   "homepage": "https://github.com/thebluepotato/AlamoFuzi",
6   "license": "MIT",
7   "authors": {
8     "Jonas Zaugg": "jonas.zaugg@yahoo.com"
9   },
10   "source": {
11     "git": "https://github.com/thebluepotato/AlamoFuzi.git",
12     "tag": "1.0.4"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "source_files": "Sources/*.swift",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.0"
24     ],
25     "Fuzi": [
26       "~> 1.0"
27     ]
28   },
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
31   },
32   "pushed_with_swift_version": "3.0"