blob: 62fb91e400057dd88a9f6321ca0d02dfb4320b40 [file] [log] [blame]
{
"name": "HISwiftExtensions",
"version": "0.2.1",
"summary": "This is a library of some useful Swift extensions developed while building the hilenium.com iOS app",
"description": "This is a library of some useful Swift extensions developed while building the [Hilenium] (http://hilenium.com) iOS Phone application.",
"homepage": "https://github.com/hilenium/HISwiftExtensions",
"license": "MIT",
"authors": {
"Matthew Clarkson": "matt@hilenium.com"
},
"source": {
"git": "https://github.com/hilenium/HISwiftExtensions.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/matt_clarkson",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HISwiftExtensions": [
"Pod/Assets/*.png"
]
}
}