[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / 7 / ROADFramework / 1.4.0-beta / ROADFramework.podspec.json
blob9c053b77e0db4995c7e1bb70fa72e00b364567c8
2   "name": "ROADFramework",
3   "version": "1.4.0-beta",
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 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   "xcconfig": {
17     "OTHER_LDFLAGS": "-ObjC"
18   },
19   "source": {
20     "git": "https://github.com/epam/road-ios-framework.git",
21     "tag": "1.4.0-beta"
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.3.0"
32         ]
33       }
34     },
35     {
36       "name": "ROADServices",
37       "source_files": "Framework/ROADServices/ROADServices/**/*.{h,m}",
38       "public_header_files": "Framework/ROADServices/ROADServices/**/*.h",
39       "dependencies": {
40         "ROADFramework/ROADCore": [
42         ]
43       },
44       "header_dir": "ROAD"
45     },
46     {
47       "name": "ROADSerialization",
48       "source_files": "Framework/ROADSerialization/ROADSerialization/**/*.{h,m}",
49       "public_header_files": "Framework/ROADSerialization/ROADSerialization/**/*.h",
50       "dependencies": {
51         "ROADFramework/ROADCore": [
53         ],
54         "ROADFramework/ROADServices": [
56         ]
57       },
58       "ios": {
59         "frameworks": "CoreFoundation"
60       },
61       "libraries": [
62         "xml2",
63         "z"
64       ],
65       "xcconfig": {
66         "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
67       },
68       "header_dir": "ROAD"
69     },
70     {
71       "name": "ROADWebService",
72       "source_files": "Framework/ROADWebService/ROADWebService/**/*.{h,m}",
73       "public_header_files": "Framework/ROADWebService/ROADWebService/**/*.h",
74       "resources": "Framework/ROADWebService/ROADWebService/Caching/*.{xcdatamodeld,xcdatamodel}",
75       "dependencies": {
76         "ROADFramework/ROADCore": [
78         ],
79         "ROADFramework/ROADSerialization": [
81         ],
82         "ROADFramework/ROADServices": [
84         ]
85       },
86       "ios": {
87         "frameworks": [
88           "CoreFoundation",
89           "CFNetwork"
90         ]
91       },
92       "header_dir": "ROAD"
93     }
94   ]