[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 9 / PEWire-Control / 1.0.5 / PEWire-Control.podspec.json
blob60792906fbb26a879e22bf40f9dcaea536e3e34a
2   "name": "PEWire-Control",
3   "version": "1.0.5",
4   "license": "MIT",
5   "summary": "An iOS library for the easy stubbing of HTTP responses using simple XML files.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PEWire-Control",
10   "source": {
11     "git": "https://github.com/evanspa/PEWire-Control.git",
12     "tag": "PEWire-Control-v1.0.5"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": "**/*Tests/*.*",
20   "requires_arc": true,
21   "dependencies": {
22     "PEObjc-Commons": [
23       "~> 1.0.86"
24     ],
25     "KissXML": [
26       "~> 5.0"
27     ],
28     "PEXML-Utils": [
29       "~> 1.0.4"
30     ],
31     "OHHTTPStubs": [
32       "~> 3.1.10"
33     ]
34   },
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
37   }