[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 7 / ROADFramework / 1.2.1 / ROADFramework.podspec.json
blob86c2454de14b5112a621691a4dbb19835ec03204
2   "name": "ROADFramework",
3   "version": "1.2.1",
4   "summary": "ROAD iOS Framework",
5   "description": "                   ROAD Framework is a collection of libraries, tools and guidelines to handle common routines like web services integration, serialization, logging and others. As result ROAD accelerates development, streamline support and maintenance, enforce best practices as well as remove technology entropy and fragmentation. Framework architecture allows to use libraries in application independently as well as all together to benefit from capabilities of each other.\n",
6   "homepage": "https://github.com/epam/road-ios-framework",
7   "license": {
8     "type": "BSD3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EPAM Systems, Inc": "SupportROAD@epam.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/epam/road-ios-framework.git",
20     "tag": "1.2.1"
21   },
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-all_load"
24   },
25   "subspecs": [
26     {
27       "name": "ROADCore",
28       "source_files": "Framework/ROADCore/ROADCore/**/*.{h,m,rb}",
29       "public_header_files": "Framework/ROADCore/ROADCore/**/*.h",
30       "header_dir": "ROAD"
31     },
32     {
33       "name": "ROADObservation",
34       "source_files": "Framework/ROADObservation/ROADObservation/**/*.{h,m}",
35       "public_header_files": "Framework/ROADObservation/ROADObservation/**/*.h",
36       "header_dir": "ROAD"
37     },
38     {
39       "name": "ROADServices",
40       "source_files": "Framework/ROADServices/ROADServices/**/*.{h,m}",
41       "public_header_files": "Framework/ROADServices/ROADServices/**/*.h",
42       "dependencies": {
43         "ROADFramework/ROADCore": [
45         ]
46       },
47       "header_dir": "ROAD"
48     },
49     {
50       "name": "ROADLogger",
51       "source_files": "Framework/ROADLogger/ROADLogger/**/*.{h,m}",
52       "public_header_files": "Framework/ROADLogger/ROADLogger/**/*.h",
53       "dependencies": {
54         "ROADFramework/ROADCore": [
56         ],
57         "ROADFramework/ROADServices": [
59         ],
60         "ROADFramework/ROADObservation": [
62         ]
63       },
64       "ios": {
65         "frameworks": [
66           "CoreGraphics",
67           "CoreFoundation"
68         ]
69       },
70       "libraries": "z",
71       "header_dir": "ROAD"
72     },
73     {
74       "name": "ROADSerialization",
75       "source_files": "Framework/ROADSerialization/ROADSerialization/**/*.{h,m}",
76       "public_header_files": "Framework/ROADSerialization/ROADSerialization/**/*.h",
77       "dependencies": {
78         "ROADFramework/ROADCore": [
80         ],
81         "ROADFramework/ROADServices": [
83         ],
84         "ROADFramework/ROADLogger": [
86         ]
87       },
88       "ios": {
89         "frameworks": "CoreFoundation"
90       },
91       "libraries": [
92         "xml2",
93         "z"
94       ],
95       "xcconfig": {
96         "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
97       },
98       "header_dir": "ROAD"
99     },
100     {
101       "name": "ROADWebService",
102       "source_files": "Framework/ROADWebService/ROADWebService/**/*.{h,m}",
103       "public_header_files": "Framework/ROADWebService/ROADWebService/**/*.h",
104       "resources": "Framework/ROADWebService/ROADWebService/Caching/*.{xcdatamodeld,xcdatamodel}",
105       "dependencies": {
106         "ROADFramework/ROADCore": [
108         ],
109         "ROADFramework/ROADSerialization": [
111         ],
112         "ROADFramework/ROADServices": [
114         ],
115         "ROADFramework/ROADLogger": [
117         ]
118       },
119       "ios": {
120         "frameworks": [
121           "CoreFoundation",
122           "CFNetwork"
123         ]
124       },
125       "header_dir": "ROAD"
126     }
127   ]