blob: 0245f46f4e8b946cdf66577dfe42b1ae8f0c4ea3 [file] [log] [blame]
{
"name": "UIKitsCategory",
"version": "1.0.1",
"summary": "iOS UIKit Category.",
"description": "iOS UIKit Category. Such as UIColor, UIView, CALayer.",
"homepage": "https://github.com/kidyoungx/UIKitCategory",
"license": "MPL-2.0",
"authors": {
"Kid Young": "kidyoungx@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kidyoungx/UIKitCategory.git",
"tag": "1.0.1"
},
"source_files": [
"UIKitCategory",
"UIKitCategory/**/*.{h,m}"
],
"exclude_files": "SampleUIKitCategory",
"public_header_files": "UIKitCategory/**/*.h",
"requires_arc": true,
"dependencies": {
"FoundationCategory": [
"~> 1.0.1"
]
}
}