blob: 7f437b86450d7fb6813cdf7f6e0b387c40f3b2ed [file] [log] [blame]
{
"name": "SwiftString",
"version": "0.3",
"summary": "A lightweight string extension for Swift",
"description": "Common methods and String operations for Swift",
"homepage": "https://github.com/amayne/SwiftString",
"license": "MIT",
"authors": {
"Andrew Mayne": "andrew@redbricklab.com"
},
"source": {
"git": "https://github.com/amayne/SwiftString.git",
"tag": "0.3"
},
"social_media_url": "https://twitter.com/amayne",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftString": [
"Pod/Assets/*.png"
]
}
}