blob: 5f7894987b15521c7100e5cf531275edb9e4a60e [file] [log] [blame]
{
"name": "LOCKit",
"version": "1.0.3",
"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.3"
},
"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/**/*"
}
}
]
}