blob: 5060b084971f806687e3f466af2afd39c3c1963b [file] [log] [blame]
{
"name": "MMKit",
"summary": "A collection of iOS components.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MMMille": "xuemingluan@gmail.com"
},
"homepage": "https://github.com/MMMille/MMKit",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MMMille/MMKit.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "MMKit/**/*.{h,m}",
"public_header_files": "MMKit/**/*.{h}",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary",
"Accelerate",
"MobileCoreServices",
"SystemConfiguration"
],
"dependencies": {
"Masonry": [
],
"YYCategories": [
]
}
}