[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / 4 / RSInterfaceKit / 0.0.21 / RSInterfaceKit.podspec.json
blobcdfefac5229e675fe6b34a35aa98414d1333d7ad
2   "name": "RSInterfaceKit",
3   "version": "0.0.21",
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.21"
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": "RSCarouselDissolvingImageView",
64       "source_files": "Pod/Classes/RSCarouselDissolvingImageView/*.{h,m}",
65       "public_header_files": "Pod/Classes/RSCarouselDissolvingImageView/*.h"
66     },
67     {
68       "name": "RSCarouselScrollView",
69       "source_files": "Pod/Classes/RSCarouselScrollView/*.{h,m}",
70       "public_header_files": "Pod/Classes/RSCarouselScrollView/*.h"
71     },
72     {
73       "name": "AutoLayoutHelpers",
74       "source_files": "Pod/Classes/AutoLayoutHelpers/*.{h,m}",
75       "public_header_files": "Pod/Classes/AutoLayoutHelpers/*.h"
76     },
77     {
78       "name": "PortraitOnlyNavigation",
79       "source_files": "Pod/Classes/PortraitOnly/*.{h,m}",
80       "public_header_files": "Pod/Classes/PortraitOnly/*.h"
81     },
82     {
83       "name": "CollectionViewWithTransitions",
84       "source_files": "Pod/Classes/CollectionViewWithTransitions/*.{h,m}",
85       "public_header_files": "Pod/Classes/CollectionViewWithTransitions/*.h"
86     }
87   ]