blob: c41ea08fff2b62634df6c9545a1db12b04717cf0 [file] [log] [blame]
{
"name": "NSKButton",
"version": "0.1",
"summary": "NSKButton is a subclass of UIButton that implements image positioning like NSButton in OSX.",
"description": "NSKButton is a subclass of UIButton that implements image positioning like NSButton in OSX. Changing `imagePosition` automatically invalidates the button layout. See the README.",
"homepage": "https://github.com/NSSimpleApps/NSKButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
},
"source": {
"git": "https://github.com/NSSimpleApps/NSKButton.git",
"tag": "0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"default_subspecs": "ObjC",
"subspecs": [
{
"name": "ObjC",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": "Source/ObjC/*.{h,m}",
"public_header_files": "Source/ObjC/NSKButton.h"
},
{
"name": "Swift",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Source/Swift/*.swift"
}
]
}