blob: 73517bc97998ad5e06c6712851a2f6d87f84d0b6 [file] [log] [blame]
{
"name": "AMEdgeView",
"version": "0.4.0",
"swift_version": "4.2",
"summary": "A `UIView` subclass that can be used as a border added to another view on one edge.",
"homepage": "https://github.com/AnthonyMDev/AMEdgeView",
"license": "MIT",
"authors": {
"Anthony Miller": "AnthonyMDev@gmail.com"
},
"source": {
"git": "https://github.com/AnthonyMDev/AMEdgeView.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/AnthonyMDev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AMEdgeView/*.{swift,h,m}",
"frameworks": "UIKit"
}