blob: a7933ce33a487017d7e44eda622688763646cd06 [file] [log] [blame]
{
"name": "UIKitWorkarounds",
"version": "0.2.0",
"summary": "A modular collection of workarounds and fixes for our favorite iOS framework.",
"homepage": "https://github.com/nickynick/UIKitWorkarounds",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Tymchenko": "t.nick.a@gmail.com"
},
"source": {
"git": "https://github.com/nickynick/UIKitWorkarounds.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/nickynick42",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIKitWorkarounds/**/*.{h,m}",
"public_header_files": "UIKitWorkarounds/**/*.h",
"frameworks": "UIKit"
}