blob: 459bc2ccd0334445e7ac4f9c6a6204ffe3af94f9 [file] [log] [blame]
{
"name": "NasahUtils",
"version": "0.0.2",
"summary": "Helper methods for everyday Swift life",
"description": "Just Swift things. Helper classes to make iOS life easier.",
"homepage": "https://github.com/nasahapps/SwiftUtils",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hakeem Hasan": "nasahapps@gmail.com"
},
"source": {
"git": "https://github.com/nasahapps/SwiftUtils.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NasahUtils": [
"Pod/Assets/*.png"
]
}
}