blob: 99ec4307351f7f8ac237766695dcfafdafcdba62 [file] [log] [blame]
{
"name": "LTM",
"version": "1.1.2",
"license": "MIT",
"summary": "A delightful iOS utility class",
"homepage": "https://github.com/wangxiaoxiang/LTM",
"authors": {
"wangxiaoxiang": "wangxiaoxiang@youku.com"
},
"source": {
"git": "https://github.com/wangxiaoxiang/LTM.git",
"tag": "1.1.2",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "LTM/*.{h,m}",
"public_header_files": "LTM/*.{h}",
"frameworks": [
"CoreGraphics",
"Security"
],
"libraries": "z",
"subspecs": [
{
"name": "Common",
"source_files": "LTM/Common/*.{h,m}",
"public_header_files": "LTM/Common/*.{h}"
},
{
"name": "UIKit",
"platforms": {
"ios": "7.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "LTM/UIKit/*.{h,m}",
"public_header_files": "LTM/UIKit/*.{h}",
"watchos": {
"exclude_files": [
"LTM/UIKit/LTMUIView+Snapshot.{h,m}",
"LTM/UIKit/LTMUIView+SubtreeDescription.{h,m}",
"LTM/UIKit/LTMSystemVersion.{h,m}"
]
},
"dependencies": {
"LTM/Common": [
]
}
}
]
}