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