blob: d75815d829c0f4cb395069527e083b4b0e01978e [file] [log] [blame]
{
"name": "FazeKit",
"version": "2.0",
"summary": "A collection of helper functions and extensions for Swift iOS apps",
"description": "A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development",
"homepage": "https://github.com/NextFaze/FazeKit",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"Ric Santos": "rics@ntos.me",
"Shane Woolcock": "samahnub@gmail.com"
},
"source": {
"git": "https://github.com/NextFaze/FazeKit.git",
"tag": "2.0"
},
"social_media_url": "https://twitter.com/NextFaze",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "FazeKit/Classes/*.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}