blob: 49b69f1911fbd9814fd9ce0534e0a47cef33529a [file] [log] [blame]
{
"name": "ZRFlowerCocoa",
"version": "0.0.7",
"summary": "A framework for editting code expediently.",
"description": "A framework for editting code expediently.\n\n* use UIKit framework more convenient.\n* contain a series of practical and efficient objects.\n* create a few extensions and constant files.",
"homepage": "https://github.com/sytnewworld/ZRFlowerCocoa",
"license": "MIT",
"authors": {
"sytnewworld": "sytnewworld@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sytnewworld/ZRFlowerCocoa.git",
"tag": "0.0.7"
},
"default_subspecs": "Core",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"dependencies": {
"ZRFlowerCocoa/ZRConstant": [
],
"ZRFlowerCocoa/ZRFoundation": [
],
"ZRFlowerCocoa/ZRKit": [
]
}
},
{
"name": "ZRConstant",
"source_files": [
"ZRFlowerCocoa/ZRConstant.h",
"ZRFlowerCocoa/ZRConstant/**/*.{h,m}"
]
},
{
"name": "ZRFoundation",
"source_files": [
"ZRFlowerCocoa/ZRFoundation.h",
"ZRFlowerCocoa/ZRFoundation/**/*.{h,m}"
],
"ios": {
"frameworks": "Foundation"
}
},
{
"name": "ZRKit",
"source_files": [
"ZRFlowerCocoa/ZRKit.h",
"ZRFlowerCocoa/ZRKit/**/*.{h,m}"
],
"ios": {
"frameworks": [
"UIKit",
"CoreImage"
]
},
"dependencies": {
"ZRFlowerCocoa/ZRConstant": [
]
}
}
]
}