blob: d685ed2ae1f7e337bda3d0965744e78a054c417a [file] [log] [blame]
{
"name": "SwiftScanner",
"version": "1.1.0",
"summary": "Pure native Swift implementation of a string scanner; with no dependecies and full unicode support.",
"homepage": "https://github.com/malcommac/SwiftScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"source": {
"git": "https://github.com/malcommac/SwiftScanner.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "SwiftScanner"
}