blob: c7a78e53d0854ef9c7da8cbcb55226dcf15b8661 [file] [log] [blame]
{
"name": "LSToolsKit",
"version": "1.0.8.3",
"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": "1.0.8.3"
},
"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": [
]
}
}
]
}