diff --git a/Specs/4/0/3/Swiftification/9.2.0/Swiftification.podspec.json b/Specs/4/0/3/Swiftification/9.2.0/Swiftification.podspec.json new file mode 100644 index 000000000000000..cb465dc0607de52 --- /dev/null +++ b/Specs/4/0/3/Swiftification/9.2.0/Swiftification.podspec.json @@ -0,0 +1,29 @@ +{ + "name": "Swiftification", + "version": "9.2.0", + "summary": "Swift extensions to make life more pleasant.", + "authors": [ + "Hilton Campbell", + "Stephan Heilner", + "Branden Russell", + "Nick Shelley", + "Rhett Rogers" + ], + "homepage": "https://github.com/CrossWaterBridge/Swiftification", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "source": { + "git": "https://github.com/CrossWaterBridge/Swiftification.git", + "tag": "9.2.0" + }, + "platforms": { + "ios": "8.0", + "osx": "10.10", + "tvos": "9.0" + }, + "source_files": "Swiftification/*.swift", + "requires_arc": true, + "pushed_with_swift_version": "3.0" +}