| { |
| "name": "CRJUIComponents", |
| "version": "0.1.3", |
| "summary": "A short description of CRJUIComponents.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/CelestialRotatingJade/CRJUIComponents", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/CelestialRotatingJade/CRJUIComponents.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "public_header_files": "CRJUIComponents/**/CRJUIComponents.h", |
| "source_files": "CRJUIComponents/**/CRJUIComponents.h", |
| "subspecs": [ |
| { |
| "name": "BadgeValueView", |
| "source_files": "CRJUIComponents/**/BadgeValueView/*.{h,m}", |
| "dependencies": { |
| "CRJCategories": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "BaseShowPickerView", |
| "source_files": "CRJUIComponents/**/BaseShowPickerView/*.{h,m}" |
| }, |
| { |
| "name": "CircleAnimationView", |
| "source_files": "CRJUIComponents/**/CircleAnimationView/*.{h,m}", |
| "dependencies": { |
| "CRJEasing": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "CustomCell", |
| "source_files": "CRJUIComponents/**/CustomCell/*.{h,m}" |
| }, |
| { |
| "name": "CustomControllers", |
| "source_files": "CRJUIComponents/**/CustomControllers/*.{h,m}", |
| "dependencies": { |
| "CRJGeneralTools/DeviceInfo": [ |
| |
| ], |
| "CRJCommon": [ |
| |
| ], |
| "CRJCategories": [ |
| |
| ], |
| "FDFullscreenPopGesture": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "DateItemPickerView", |
| "source_files": "CRJUIComponents/**/DateItemPickerView/*.{h,m}", |
| "dependencies": { |
| "CRJUIComponents/BaseShowPickerView": [ |
| |
| ], |
| "CRJGeneralTools/DeviceInfo": [ |
| |
| ], |
| "CRJCategories": [ |
| |
| ], |
| "CRJCommon": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "EdgeInsetsLabel", |
| "source_files": "CRJUIComponents/**/EdgeInsetsLabel/*.{h,m}", |
| "dependencies": { |
| "CRJCategories": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "InfiniteRotationView", |
| "source_files": "CRJUIComponents/**/InfiniteRotationView/*.{h,m}" |
| }, |
| { |
| "name": "PlaceholderImageView", |
| "source_files": "CRJUIComponents/**/PlaceholderImageView/*.{h,m}", |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "RotateView", |
| "source_files": "CRJUIComponents/**/RotateView/*.{h,m}" |
| }, |
| { |
| "name": "RoundingCornerView", |
| "source_files": "CRJUIComponents/**/RoundingCornerView/*.{h,m}" |
| } |
| ] |
| } |