blob: a3b7cbbbf692efb65eae68b95377de7a57d71246 [file] [log] [blame]
{
"name": "NSKButton",
"version": "0.5",
"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 `self.nskImagePosition` 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.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "ObjC",
"pushed_with_swift_version": "3.0.2",
"subspecs": [
{
"name": "ObjC",
"platforms": {
"ios": "8.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"
}
]
}