blob: 265633a547f87e67f82059d9cda80bd6f0851837 [file] [log] [blame]
{
"name": "BRKit",
"version": "1.2.0",
"summary": "A collection of iOS UIKit, Foundation and other extensions.",
"description": "A collection of iOS UIKit, Foundation and other extensions, Support the Objective - C language.",
"homepage": "https://github.com/91renb/BRKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"任波": "contact@irenb.com"
},
"social_media_url": "https://www.irenb.com",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/91renb/BRKit.git",
"tag": "1.2.0"
},
"public_header_files": "BRKit/BRKit.h",
"source_files": "BRKit/BRKit.h",
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"source_files": "BRKit/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"dependencies": {
"BRKit/Foundation": [
]
},
"source_files": "BRKit/UIKit/*.{h,m}"
}
]
}