[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 1 / 3 / XcodeKit / 3.0.4 / XcodeKit.podspec.json
blobf6bdd721bd0d001145c90a00a76eab8b62818941
2   "name": "XcodeKit",
3   "version": "3.0.4",
4   "summary": "A library to read and write Xcode project files",
5   "homepage": "https://github.com/PodBuilder/XcodeKit",
6   "license": "MIT",
7   "authors": {
8     "William Kent": "gmail.com:wjk011"
9   },
10   "source": {
11     "git": "https://github.com/PodBuilder/XcodeKit.git",
12     "tag": "3.0.4"
13   },
14   "platforms": {
15     "osx": "10.10"
16   },
17   "source_files": "XcodeKit/*.{h,m}",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Swift",
22       "platforms": {
23         "osx": "10.10"
24       },
25       "source_files": "SwiftXcodeKit/**/*.swift"
26     }
27   ]