blob: 4831cf3c4a2cbec1b502348ff84331a5be23adec [file] [log] [blame]
{
"name": "LOCKit",
"version": "1.0.1",
"summary": "A kit used on iOS. UIKit and UIFoundation additional categories",
"description": "UIKit and UIFoundation additional categories used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/lmyscx/LOCKit",
"license": "MIT",
"authors": {
"lmyscx": "lmyscx@gmail.com"
},
"source": {
"git": "https://github.com/lmyscx/LOCKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LOCKit/**/*",
"ios": {
"public_header_files": "LOCKit/*.h"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}