| { |
| "name": "PathSlicer", |
| "version": "1.0.1", |
| "summary": "Returns information about Nancy style path strings", |
| "homepage": "https://github.com/mtynior/PathSlicer", |
| "license": "MIT", |
| "authors": { |
| "MichaĆ Tynior": "mtynior@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/mtynior", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source": { |
| "git": "https://github.com/mtynior/PathSlicer.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "Source/**/*.swift", |
| "requires_arc": true |
| } |