blob: 4c0e614ac411b0c4f550ca42efe40afc0e506f63 [file] [log] [blame]
{
"name": "FazeKit",
"version": "2.2.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": "swoolcock@nextfaze.com",
"Dan Silk": "dsilk@nextfaze.com"
},
"source": {
"git": "https://github.com/NextFaze/FazeKit.git",
"tag": "2.2.1"
},
"social_media_url": "https://twitter.com/NextFaze",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "Sources/FazeKit/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}