blob: 8ddf30dbae9641b6803b1c59963b4d263815143d [file] [log] [blame]
{
"name": "FazeKit",
"version": "1.0.1",
"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": "1.0.1"
},
"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": "3.0"
}