[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / d / e / RgWsPublicClient / 0.2.0 / RgWsPublicClient.podspec.json
blobc5305b1ed8c0d6436c8c382c2e4176f472326f5d
2   "name": "RgWsPublicClient",
3   "version": "0.2.0",
4   "summary": "A client for retrieving legal entities details from GSIS",
5   "description": "A client that provides access to the web service offered by Greece's Ministry of Finance General Secretariat of Information Systems for retrieving legal entities details",
6   "homepage": "https://github.com/csknns/RgWsPublicClient",
7   "license": "MIT",
8   "authors": {
9     "Christos Koninis": "christos.koninis@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/csknns/RgWsPublicClient.git",
13     "tag": "v0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/RgWsPublicClient.{m,h}"
21   ],
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "\"/usr/include/libxml2\""
24   },
25   "libraries": "xml2",
26   "user_target_xcconfig": {
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
28   },
29   "subspecs": [
30     {
31       "name": "no-arc",
32       "source_files": [
33         "Pod/Classes/NSDate+ISO8601Parsing.{m,h}",
34         "Pod/Classes/NSDate+ISO8601Unparsing.{m,h}",
35         "Pod/Classes/RgWsPublic.{m,h}",
36         "Pod/Classes/USAdditions.{m,h}",
37         "Pod/Classes/USGlobals.{m,h}",
38         "Pod/Classes/xsd.{m,h}"
39       ],
40       "requires_arc": false
41     }
42   ]