blob: 21d3d7c1996ec4a6ba6be03d68efbb8beed533f0 [file] [log] [blame]
{
"name": "NWSExtensions",
"version": "1.0.0",
"summary": "A collection of useful and common UIKit and Foundation Framework Extensions.",
"description": "NWSExtensions comes packaged with a lot of great (and frequently used) extensions to existing core UIKit and Foundation classes and methods.",
"homepage": "https://github.com/NitWitStudios/NWSExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James Hickman": "james.hickman@nitwitstudios.com"
},
"source": {
"git": "https://github.com/NitWitStudios/NWSExtensions.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/NitWitStudios",
"platforms": {
"ios": "8.0"
},
"source_files": "NWSExtensions/Classes/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
}