[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / 2 / 9 / 4 / RSInterfaceKit / 0.0.6 / RSInterfaceKit.podspec.json
blobf4328cdefd91f496ddbb3971071b3c417604a7ff
2   "name": "RSInterfaceKit",
3   "version": "0.0.6",
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.6"
14   },
15   "social_media_url": "https://twitter.com/venkatrao",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "resource_bundles": {
21     "RSInterfaceKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit",
27   "subspecs": [
28     {
29       "name": "LoadingView",
30       "source_files": "Pod/Classes/LoadingView/*.{h,m}",
31       "public_header_files": "Pod/Classes/LoadingView/*.h",
32       "dependencies": {
33         "RSInterfaceKit/AutoLayoutHelpers": [
35         ]
36       }
37     },
38     {
39       "name": "Alerts",
40       "source_files": "Pod/Classes/Alerts/*.{h,m}",
41       "public_header_files": "Pod/Classes/Alerts/*.h",
42       "dependencies": {
43         "RSInterfaceKit/AutoLayoutHelpers": [
45         ]
46       }
47     },
48     {
49       "name": "FullScreenImageView",
50       "source_files": "Pod/Classes/FullScreenImageView/*.{h,m}",
51       "public_header_files": "Pod/Classes/FullScreenImageView/*.h",
52       "dependencies": {
53         "RSInterfaceKit/ZoomableImageView": [
55         ]
56       }
57     },
58     {
59       "name": "ZoomableImageView",
60       "source_files": "Pod/Classes/ZoomableImageView/*.{h,m}",
61       "public_header_files": "Pod/Classes/ZoomableImageView/*.h"
62     },
63     {
64       "name": "RSCarouselDissolvingImageView",
65       "source_files": "Pod/Classes/RSCarouselDissolvingImageView/*.{h,m}",
66       "public_header_files": "Pod/Classes/RSCarouselDissolvingImageView/*.h"
67     },
68     {
69       "name": "RSCarouselScrollView",
70       "source_files": "Pod/Classes/RSCarouselScrollView/*.{h,m}",
71       "public_header_files": "Pod/Classes/RSCarouselScrollView/*.h"
72     },
73     {
74       "name": "AutoLayoutHelpers",
75       "source_files": "Pod/Classes/AutoLayoutHelpers/*.{h,m}",
76       "public_header_files": "Pod/Classes/AutoLayoutHelpers/*.h"
77     },
78     {
79       "name": "PortraitOnlyNavigation",
80       "source_files": "Pod/Classes/PortraitOnly/*.{h,m}",
81       "public_header_files": "Pod/Classes/PortraitOnly/*.h"
82     }
83   ]