blob: da7a969f000b515de92dc1793d7c127a37754dbf [file] [log] [blame]
{
"name": "LOCKit",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LOCKit/**/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}