blob: 6662e3768334219f94cb8948a66971edf2ae3623 [file] [log] [blame]
{
"name": "LSToolsKit",
"version": "0.0.12",
"summary": "LSToolsKit. 开发过程中的小方法",
"homepage": "https://github.com/Lius1104/LSToolsKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lius": "849763605@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Lius1104/LSToolsKit.git",
"tag": "0.0.12"
},
"source_files": "LSToolsKit/LSToolsKit.h",
"public_header_files": "LSToolsKit/LSToolsKit.h",
"frameworks": [
"UIKit",
"Foundation",
"Photos"
],
"requires_arc": true,
"subspecs": [
{
"name": "UIKit",
"platforms": {
"ios": "8.0"
},
"public_header_files": "LSToolsKit/UIKit/**/*.h",
"source_files": "LSToolsKit/UIKit/**/*.{h,m}",
"dependencies": {
"SDWebImage": [
]
}
},
{
"name": "Foundation",
"public_header_files": "LSToolsKit/Foundation/*.h",
"source_files": "LSToolsKit/Foundation/*.{h,m}"
},
{
"name": "DataSource",
"public_header_files": "LSToolsKit/DataSource/*.h",
"source_files": "LSToolsKit/DataSource/*.{h,m}",
"dependencies": {
"LSToolsKit/Foundation": [
]
}
}
]
}