[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / 2 / 9 / 4 / RSInterfaceKit / 0.0.46 / RSInterfaceKit.podspec.json
bloba0ecdb077fd3affff3d4fc988616352ace0457f2
2   "name": "RSInterfaceKit",
3   "version": "0.0.46",
4   "summary": "RSInterfaceKit provides common UI components for iOS Development",
5   "description": "RSInterfaceKit provides common UI components for iOS Development.",
6   "homepage": "https://github.com/raostudios/RSInterfaceKit",
7   "license": "MIT",
8   "authors": {
9     "Venkat Rao": "vrao423@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/raostudios/RSInterfaceKit.git",
13     "tag": "0.0.46"
14   },
15   "social_media_url": "https://twitter.com/venkatrao",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "LoadingView",
25       "source_files": "Pod/Classes/LoadingView/*.{h,m}",
26       "public_header_files": "Pod/Classes/LoadingView/*.h",
27       "dependencies": {
28         "RSInterfaceKit/AutoLayoutHelpers": [
30         ]
31       }
32     },
33     {
34       "name": "Alerts",
35       "source_files": "Pod/Classes/Alerts/*.{h,m}",
36       "public_header_files": "Pod/Classes/Alerts/*.h",
37       "resources": "Pod/Assets/Alerts/*.png",
38       "dependencies": {
39         "RSInterfaceKit/AutoLayoutHelpers": [
41         ]
42       },
43       "resource_bundles": {
44         "RSInterfaceKit": "Pod/Assets/Alerts/*.png"
45       }
46     },
47     {
48       "name": "FullScreenImageView",
49       "source_files": "Pod/Classes/FullScreenImageView/*.{h,m}",
50       "public_header_files": "Pod/Classes/FullScreenImageView/*.h",
51       "dependencies": {
52         "RSInterfaceKit/ZoomableImageView": [
54         ]
55       }
56     },
57     {
58       "name": "ZoomableImageView",
59       "source_files": "Pod/Classes/ZoomableImageView/*.{h,m}",
60       "public_header_files": "Pod/Classes/ZoomableImageView/*.h"
61     },
62     {
63       "name": "RSSettings",
64       "source_files": "Pod/Classes/RSSettings/*.{h,m}",
65       "public_header_files": "Pod/Classes/RSSettings/*.h",
66       "dependencies": {
67         "RSInterfaceKit/AutoLayoutHelpers": [
69         ]
70       }
71     },
72     {
73       "name": "RSCarouselDissolvingImageView",
74       "source_files": "Pod/Classes/RSCarouselDissolvingImageView/*.{h,m}",
75       "public_header_files": "Pod/Classes/RSCarouselDissolvingImageView/*.h"
76     },
77     {
78       "name": "RSCarouselScrollView",
79       "source_files": "Pod/Classes/RSCarouselScrollView/*.{h,m}",
80       "public_header_files": "Pod/Classes/RSCarouselScrollView/*.h"
81     },
82     {
83       "name": "AutoLayoutHelpers",
84       "source_files": "Pod/Classes/AutoLayoutHelpers/*.{h,m}",
85       "public_header_files": "Pod/Classes/AutoLayoutHelpers/*.h"
86     },
87     {
88       "name": "PortraitOnlyNavigation",
89       "source_files": "Pod/Classes/PortraitOnly/*.{h,m}",
90       "public_header_files": "Pod/Classes/PortraitOnly/*.h"
91     },
92     {
93       "name": "CollectionViewWithTransitions",
94       "source_files": "Pod/Classes/CollectionViewWithTransitions/*.{h,m}",
95       "public_header_files": "Pod/Classes/CollectionViewWithTransitions/*.h"
96     },
97     {
98       "name": "PopUps",
99       "source_files": "Pod/Classes/PopUps/*.{h,m}",
100       "public_header_files": "Pod/Classes/PopUps/*.h"
101     },
102     {
103       "name": "NavigationBarMenu",
104       "source_files": "Pod/Classes/NavigationBarMenu/*.{h,m}",
105       "public_header_files": "Pod/Classes/NavigationBarMenu/*.h",
106       "resources": "Pod/Assets/NavigationBarMenu/*.png",
107       "resource_bundles": {
108         "RSInterfaceKit_NavigationBarMenu": "Pod/Assets/NavigationBarMenu/*.png"
109       }
110     }
111   ]