blob: ecbbc9d71982054cbc7a414422bd12dee2f41213 [file] [log] [blame]
{
"name": "SwiftPlusPlus",
"version": "1.0.0",
"summary": "The ++ and -- operators, back to Swift",
"description": "The pre and post increment/decrement, removed from Swift 3",
"homepage": "https://github.com/jeden/swiftplusplus",
"license": {
"type": "MIT"
},
"authors": "Antonio Bello",
"module_name": "spp",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/jeden/swiftplusplus.git",
"tag": "1.0.0"
},
"source_files": "sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}