[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 7 / ROADFramework / 1.3.1 / ROADFramework.podspec.json
blob94462454091ad6b91d5f35e96506b3a7e2dd603e
2   "name": "ROADFramework",
3   "version": "1.3.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   "social_media_url": "https://twitter.com/ROADFramework",
8   "license": "BSD-3",
9   "authors": {
10     "EPAM Systems, Inc": "SupportROAD@epam.com"
11   },
12   "platforms": {
13     "ios": "5.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/epam/road-ios-framework.git",
18     "tag": "1.3.1"
19   },
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "subspecs": [
24     {
25       "name": "ROADCore",
26       "source_files": "Framework/ROADCore/ROADCore/**/*.{h,m}",
27       "public_header_files": "Framework/ROADCore/ROADCore/**/*.h",
28       "header_dir": "ROAD",
29       "dependencies": {
30         "libObjCAttr": [
31           "~> 1.2.0"
32         ]
33       },
34       "requires_arc": true
35     },
36     {
37       "name": "ROADServices",
38       "source_files": "Framework/ROADServices/ROADServices/**/*.{h,m}",
39       "public_header_files": "Framework/ROADServices/ROADServices/**/*.h",
40       "dependencies": {
41         "ROADFramework/ROADCore": [
43         ]
44       },
45       "header_dir": "ROAD",
46       "requires_arc": true
47     },
48     {
49       "name": "ROADSerialization",
50       "source_files": "Framework/ROADSerialization/ROADSerialization/**/*.{h,m}",
51       "public_header_files": "Framework/ROADSerialization/ROADSerialization/**/*.h",
52       "dependencies": {
53         "ROADFramework/ROADCore": [
55         ],
56         "ROADFramework/ROADServices": [
58         ]
59       },
60       "ios": {
61         "frameworks": "CoreFoundation"
62       },
63       "libraries": [
64         "xml2",
65         "z"
66       ],
67       "xcconfig": {
68         "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
69       },
70       "header_dir": "ROAD",
71       "requires_arc": true
72     },
73     {
74       "name": "ROADWebService",
75       "source_files": "Framework/ROADWebService/ROADWebService/**/*.{h,m}",
76       "public_header_files": "Framework/ROADWebService/ROADWebService/**/*.h",
77       "resources": "Framework/ROADWebService/ROADWebService/Caching/*.{xcdatamodeld,xcdatamodel}",
78       "dependencies": {
79         "ROADFramework/ROADCore": [
81         ],
82         "ROADFramework/ROADSerialization": [
84         ],
85         "ROADFramework/ROADServices": [
87         ]
88       },
89       "ios": {
90         "frameworks": [
91           "CoreFoundation",
92           "CFNetwork"
93         ]
94       },
95       "header_dir": "ROAD",
96       "requires_arc": true
97     }
98   ]