[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / 9 / SwiftScanner / 1.0.2 / SwiftScanner.podspec.json
blobcd9bcb46431b77989e80db366e758ea88317f563
2   "name": "SwiftScanner",
3   "version": "1.0.2",
4   "summary": "Pure native Swift implementation of a string scanner; with no dependecies and full unicode support.",
5   "homepage": "https://github.com/malcommac/SwiftScanner",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Daniele Margutti": "me@danielemargutti.com"
12   },
13   "social_media_url": "http://twitter.com/danielemargutti",
14   "source": {
15     "git": "https://github.com/malcommac/SwiftScanner.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "Sources/**/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0",
22     "osx": "10.10",
23     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "module_name": "SwiftScanner",
27   "pushed_with_swift_version": "3.0"