blob: 643e34e55eace67406c18022b7e18f6b45c726b5 [file] [log] [blame]
{
"name": "FazeKit",
"version": "0.1.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": {
"NextFaze": "contact@nextfaze.com"
},
"source": {
"git": "https://github.com/NextFaze/FazeKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/NextFaze",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "FazeKit/Classes/*.swift",
"frameworks": "UIKit"
}