blob: 58579ad3c52141a9165a391f1b9bd61a90fc5196 [file] [log] [blame]
{
"name": "FazeKit",
"version": "0.1.2",
"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": "0.1.2"
},
"social_media_url": "https://twitter.com/NextFaze",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "FazeKit/Classes/*.swift",
"frameworks": "UIKit"
}