blob: 64f0aebbd479e1b44c747ace31fbaf131b00963d [file] [log] [blame]
{
"name": "NHArrowView",
"version": "0.1.0",
"summary": "A simple directional arrow with animated rotation.",
"homepage": "https://github.com/nhamming/NHArrowView",
"license": "MIT",
"authors": {
"Nathaniel Hamming": "nathaniel.hamming@gmail.com"
},
"source": {
"git": "https://github.com/nhamming/NHArrowView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/NateHam80",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NHArrowView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}