[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / 1 / 3 / XcodeKit / 3.0.2 / XcodeKit.podspec.json
blobd08764aa2cff5ed314b0a88476d1ba11c9179479
2   "name": "XcodeKit",
3   "version": "3.0.2",
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.2"
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   ]