blob: 137c02b5230030eb09f52af38215a92c6842df60 [file] [log] [blame]
{
"name": "ATNavBarButton",
"version": "1.1",
"summary": "A sub-class of UIBarButtonItem to insert custom buttons or indicatorView into your navigationBar with one line of code.",
"screenshots": [
"https://www.emotality.com/development/GitHub/ATNavBarButton-1.png",
"https://www.emotality.com/development/GitHub/ATNavBarButton-2.png",
"https://www.emotality.com/development/GitHub/ATNavBarButton-3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Jean-Pierre Fourie": "jp@emotality.com"
},
"homepage": "https://github.com/emotality/ATNavBarButton",
"social_media_url": "https://twitter.com/emotality",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/emotality/ATNavBarButton.git",
"tag": "1.1"
},
"source_files": "ATNavBarButton/*.{m,h}",
"public_header_files": "ATNavBarButton/*.h",
"frameworks": "UIKit"
}