blob: b84ee8295d0d6519e8145dc0ba3457358e9828b5 [file] [log] [blame]
{
"name": "CYKit",
"version": "0.5.2",
"summary": "something useful for daily development",
"homepage": "https://github.com/TripleFireMan",
"license": "MIT",
"authors": {
"chengyan": "ab364743113@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TripleFireMan/CYKit.git",
"tag": "0.5.2"
},
"source_files": [
"CYKit",
"CYKit/*.{h,m}"
],
"resources": "CYKit/Resources/*.png",
"frameworks": [
"UIKit",
"WebKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"BlocksKit": [
],
"AFNetworking": [
],
"ReactiveObjC": [
],
"YYKit": [
],
"XHToast": [
]
},
"subspecs": [
{
"name": "Categorys",
"source_files": [
"CYKit/Categorys/*.{h,m}",
"CYKit/UIKit/CYKitDefines.h"
]
},
{
"name": "Class",
"source_files": [
"CYKit/Class/*.{h,m}",
"CYKit/UIKit/CYKitDefines.h"
]
},
{
"name": "UIKit",
"source_files": [
"CYKit/UIKit/*.{h,m}",
"CYKit/UIKit/CYKitDefines.h",
"CYKit/Categorys/UIColor+CYAddition.h"
]
}
]
}