blob: b6f2d99a193f5efc78a09370f97134c6b8ac52b5 [file] [log] [blame]
{
"name": "NSKButton",
"version": "0.3",
"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.3"
},
"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"
}
]
}