[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / 5 / e / d / SwiftFormat / 0.26.0 / SwiftFormat.podspec.json
blob6bf11cc4fce93afee62ece6aa7c4e00b65887109
2   "name": "SwiftFormat",
3   "version": "0.26.0",
4   "license": {
5     "type": "zlib",
6     "file": "LICENCE.md"
7   },
8   "summary": "Mac and iOS library for formatting Swift source code.",
9   "homepage": "https://github.com/nicklockwood/SwiftFormat",
10   "authors": "Nick Lockwood",
11   "source": {
12     "git": "https://github.com/nicklockwood/SwiftFormat.git",
13     "tag": "0.26.0"
14   },
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.11"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Sources"
25     },
26     {
27       "name": "CLI",
28       "preserve_paths": "CommandLineTool/swiftformat",
29       "platforms": {
30         "ios": "7.0",
31         "osx": "10.9"
32       }
33     }
34   ]