diff --git a/Specs/1/5/5/PathSlicer/PathSlicer.podspec.json b/Specs/1/5/5/PathSlicer/PathSlicer.podspec.json new file mode 100644 index 000000000000000..c0c7cdffdadafa1 --- /dev/null +++ b/Specs/1/5/5/PathSlicer/PathSlicer.podspec.json @@ -0,0 +1,23 @@ +{ + "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 +}