blob: b2c93374ff897e135f26d3994f9923b1d6395ef2 [file] [log] [blame]
{
"name": "RSInterfaceKit",
"version": "0.0.13",
"summary": "RSInterfaceKit provides common UI components for iOS Development",
"description": "RSInterfaceKit provides common UI components for iOS Development.",
"homepage": "https://github.com/raostudios/RSInterfaceKit",
"license": "MIT",
"authors": {
"Venkat Rao": "vrao423@gmail.com"
},
"source": {
"git": "https://github.com/raostudios/RSInterfaceKit.git",
"tag": "0.0.13"
},
"social_media_url": "https://twitter.com/venkatrao",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resource_bundles": {
"RSInterfaceKit": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "LoadingView",
"source_files": "Pod/Classes/LoadingView/*.{h,m}",
"public_header_files": "Pod/Classes/LoadingView/*.h",
"dependencies": {
"RSInterfaceKit/AutoLayoutHelpers": [
]
}
},
{
"name": "Alerts",
"source_files": "Pod/Classes/Alerts/*.{h,m}",
"public_header_files": "Pod/Classes/Alerts/*.h",
"dependencies": {
"RSInterfaceKit/AutoLayoutHelpers": [
]
}
},
{
"name": "FullScreenImageView",
"source_files": "Pod/Classes/FullScreenImageView/*.{h,m}",
"public_header_files": "Pod/Classes/FullScreenImageView/*.h",
"dependencies": {
"RSInterfaceKit/ZoomableImageView": [
]
}
},
{
"name": "ZoomableImageView",
"source_files": "Pod/Classes/ZoomableImageView/*.{h,m}",
"public_header_files": "Pod/Classes/ZoomableImageView/*.h"
},
{
"name": "RSCarouselDissolvingImageView",
"source_files": "Pod/Classes/RSCarouselDissolvingImageView/*.{h,m}",
"public_header_files": "Pod/Classes/RSCarouselDissolvingImageView/*.h"
},
{
"name": "RSCarouselScrollView",
"source_files": "Pod/Classes/RSCarouselScrollView/*.{h,m}",
"public_header_files": "Pod/Classes/RSCarouselScrollView/*.h"
},
{
"name": "AutoLayoutHelpers",
"source_files": "Pod/Classes/AutoLayoutHelpers/*.{h,m}",
"public_header_files": "Pod/Classes/AutoLayoutHelpers/*.h"
},
{
"name": "PortraitOnlyNavigation",
"source_files": "Pod/Classes/PortraitOnly/*.{h,m}",
"public_header_files": "Pod/Classes/PortraitOnly/*.h"
},
{
"name": "CollectionViewWithTransitions",
"source_files": "Pod/Classes/CollectionViewWithTransitions/*.{h,m}",
"public_header_files": "Pod/Classes/CollectionViewWithTransitions/*.h"
}
]
}