[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 9 / PEWire-Control / 1.0.0 / PEWire-Control.podspec.json
blob8afc990e900fbe45e8fefe1cdc8b4764d15e001a
2   "name": "PEWire-Control",
3   "version": "1.0.0",
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.0"
13   },
14   "platforms": {
15     "ios": "8.1"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": "**/*Tests/*.*",
20   "requires_arc": true,
21   "dependencies": {
22     "PEObjc-Commons": [
24     ],
25     "PEXML-Utils": [
27     ],
28     "OHHTTPStubs": [
30     ]
31   },
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
34   }