blob: 7fcdfac3a9c4956da95d17a6346f07ef419663c6 [file] [log] [blame]
{
"name": "SwiftString",
"version": "0.2",
"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.2"
},
"social_media_url": "https://twitter.com/amayne",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftString": [
"Pod/Assets/*.png"
]
}
}