[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / 8 / AlamoFuzi / 1.0.2 / AlamoFuzi.podspec.json
blobc8fb3fbf7911382ba1689d8a29c9a3de9c12ef1f
2   "name": "AlamoFuzi",
3   "version": "1.0.2",
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.2"
13   },
14   "documentation_url": "http://thebluepotato.github.io/AlamoFuzi",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/*.swift",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ],
26     "Fuzi": [
27       "~> 1.0"
28     ]
29   },
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
32   }