[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / 3 / 0 / SwiftPlusPlus / 1.0.0 / SwiftPlusPlus.podspec.json
blobecbbc9d71982054cbc7a414422bd12dee2f41213
2   "name": "SwiftPlusPlus",
3   "version": "1.0.0",
4   "summary": "The ++ and -- operators, back to Swift",
5   "description": "The pre and post increment/decrement, removed from Swift 3",
6   "homepage": "https://github.com/jeden/swiftplusplus",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": "Antonio Bello",
11   "module_name": "spp",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.11",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/jeden/swiftplusplus.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "sources/**/*.swift",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "pushed_with_swift_version": "3.0"