[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / RgWsPublicClient / 0.1.1 / RgWsPublicClient.podspec.json
blobc332237b16b76d03caa9f79b35d20c268bb0ad29
2   "name": "RgWsPublicClient",
3   "version": "0.1.1",
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.1.1"
14   },
15   "platforms": {
16     "ios": "7.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   "resource_bundles": {
27     "RgWsPublicClient": [
28       "Pod/Assets/*.png"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "no-arc",
34       "source_files": [
35         "Pod/Classes/NSDate+ISO8601Parsing.{m,h}",
36         "Pod/Classes/NSDate+ISO8601Unparsing.{m,h}",
37         "Pod/Classes/RgWsPublic.{m,h}",
38         "Pod/Classes/USAdditions.{m,h}",
39         "Pod/Classes/USGlobals.{m,h}",
40         "Pod/Classes/xsd.{m,h}"
41       ],
42       "requires_arc": false
43     }
44   ]