blob: 6c9522818a558424206374e12b5bc1350de11d40 [file] [log] [blame]
{
"name": "XLsn0wCategory",
"version": "1.1.5",
"summary": "A manager to get iOS keyboard views, frames and transform.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/XLsn0w/XLsn0wCategory",
"authors": {
"XLsn0w": "xlsn0w@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/XLsn0w/XLsn0wCategory.git",
"tag": "1.1.5"
},
"source_files": "XLsn0w/**/*.{h,m}",
"requires_arc": true,
"ios": {
"exclude_files": [
"XLsn0w/no-arc/NSObject+XLsn0wAddForARC.{h,m}",
"XLsn0w/no-arc/NSThread+XLsn0wAdd.{h,m}"
]
},
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
],
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": [
"XLsn0w/no-arc/NSObject+XLsn0wAddForARC.{h,m}",
"XLsn0w/no-arc/NSThread+XLsn0wAdd.{h,m}"
]
}
]
}