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