blob: b03633f1abeb390c396feeac0d0628a454a96328 [file] [log] [blame]
{
"name": "OnceKit",
"summary": "一个集成常用扩展的类库",
"version": "1.2.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"once00": "love521943@hotmail.com"
},
"social_media_url": "http://onceo.me/",
"homepage": "https://github.com/once00/OnceKit",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/once00/OnceKit.git",
"tag": "1.2.9"
},
"requires_arc": true,
"source_files": "OnceKit/**/*.{h,m}",
"public_header_files": "OnceKit/**/*.{h}",
"resources": "OnceKit/Assets/**/*.xcassets",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
],
"dependencies": {
"MJRefresh": [
"~> 3.1.1"
],
"MBProgressHUD": [
"~> 1.1.0"
]
}
}