blob: 2343983348b04c4f031aaf3b96d81c6758c387fe [file] [log] [blame]
{
"name": "OnceLayout",
"summary": "一个布局的类库",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"once00": "love521943@hotmail.com"
},
"social_media_url": "http://onceo.me/",
"homepage": "https://github.com/once00/OnceLayout",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/once00/OnceLayout.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "OnceLayout/**/*.{h,m}",
"public_header_files": "OnceLayout/**/*.{h}",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
]
}