blob: 8e7f8ada491dfcf6f63b0a11771dcafcfded7e9e [file] [log] [blame]
{
"name": "LOCKit",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LOCKit/*",
"ios": {
"public_header_files": "LOCKit/*.h"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"subspecs": [
{
"name": "LOCUIkit",
"platforms": {
"ios": "7.0"
},
"ios": {
"public_header_files": "LOCKit/LOCUIkit/*.h",
"source_files": "LOCKit/LOCUIkit/*"
}
},
{
"name": "LOCFoundation",
"platforms": {
"ios": "7.0"
},
"ios": {
"public_header_files": "LOCKit/LOCFoundation/*.h",
"source_files": "LOCKit/LOCFoundation/*"
}
}
]
}