blob: 0f23d011420bc2a5da905ac1c1607bff280a952e [file] [log] [blame]
{
"name": "NSKButton",
"version": "0.2",
"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.2"
},
"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"
}
]
}