blob: f0f2fcef2eefc9e22b6d41af2665ac9b2de3d289 [file] [log] [blame]
{
"name": "CRJCategories",
"version": "0.1.3",
"summary": "A short description of CRJCategories.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/CelestialRotatingJade/CRJCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
},
"source": {
"git": "https://github.com/CelestialRotatingJade/CRJCategories.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "CRJCategories/**/CRJCategories.h",
"source_files": "CRJCategories/**/CRJCategories.h",
"subspecs": [
{
"name": "CALayer",
"source_files": "CRJCategories/**/CALayer/*.{h,m}"
},
{
"name": "CAShapeLayer",
"source_files": "CRJCategories/**/CAShapeLayer/*.{h,m}"
},
{
"name": "NSString",
"source_files": "CRJCategories/**/NSString/*.{h,m}"
},
{
"name": "UIAlertController",
"source_files": "CRJCategories/**/UIAlertController/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "CRJCategories/**/UIButton/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "CRJCategories/**/UIColor/*.{h,m}"
},
{
"name": "UIImage",
"source_files": "CRJCategories/**/UIImage/*.{h,m}"
},
{
"name": "UILabel",
"source_files": "CRJCategories/**/UILabel/*.{h,m}"
},
{
"name": "UITextField",
"source_files": "CRJCategories/**/UITextField/*.{h,m}",
"dependencies": {
"CRJCategories/UIView": [
],
"CRJCategories/UIButton": [
]
}
},
{
"name": "UIView",
"source_files": "CRJCategories/**/UIView/*.{h,m}"
},
{
"name": "UIViewController",
"source_files": "CRJCategories/**/UIViewController/*.{h,m}"
},
{
"name": "NSBundle",
"source_files": "CRJCategories/**/NSBundle/*.{h,m}"
}
]
}