blob: d0e56ea5cc453144cedf6fb1234d50b685b1dcf5 [file] [log] [blame]
{
"name": "MMMCategory",
"summary": "A category of iOS components.",
"version": "0.0.5",
"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.5"
},
"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"
],
"dependencies": {
"YYCategories": [
],
"Masonry": [
]
},
"subspecs": [
{
"name": "UIKit",
"source_files": "MMCategory/UIKit/**/*.{h,m}",
"dependencies": {
"YYCategories": [
],
"Masonry": [
]
}
},
{
"name": "Foundation",
"source_files": "MMCategory/Foundation/**/*.{h,m}"
}
]
}