blob: eb76e4eb4566033d1b7e7622def973196b4f524d [file] [log] [blame]
{
"name": "XLsn0wKit",
"version": "3.1.0",
"summary": "A collection of iOS components from XLsn0wKit",
"description": "XLsn0w Create A collection of iOS components from XLsn0wKit",
"homepage": "https://github.com/XLsn0w/XLsn0wKit",
"authors": {
"XLsn0w": "xlsn0w@qq.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/XLsn0w/XLsn0wKit.git",
"tag": "3.1.0"
},
"source_files": "XLsn0wClass/**/*.{h,m}",
"public_header_files": "XLsn0wClass/**/*.{h}",
"requires_arc": true,
"ios": {
"exclude_files": [
"XLsn0wClass/no-arc/NSObject+XLsn0wAddForARC.{h,m}",
"XLsn0wClass/no-arc/NSThread+XLsn0wAdd.{h,m}"
],
"vendored_frameworks": "XLsn0wClass/Frameworks/WebP.framework"
},
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary",
"Accelerate",
"MobileCoreServices",
"SystemConfiguration"
],
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": [
"XLsn0wClass/no-arc/NSObject+XLsn0wAddForARC.{h,m}",
"XLsn0wClass/no-arc/NSThread+XLsn0wAdd.{h,m}"
]
}
]
}