[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / b / a / 5 / xcproj / 1.5.0 / xcproj.podspec.json
blobc364e9f3877ae37914a32e45c1986b9ee7fc1733
2   "name": "xcproj",
3   "version": "1.5.0",
4   "summary": "Read/Modify/Write your Xcode projects",
5   "homepage": "https://github.com/xcodeswift/xcproj",
6   "social_media_url": "https://twitter.com/xcodeswiftio",
7   "license": "MIT",
8   "authors": [
9     "Pedro Pinñera",
10     "Yonas Kolb"
11   ],
12   "source": {
13     "git": "https://github.com/xcodeswift/xcproj.git",
14     "tag": "1.5.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "osx": "10.10",
19     "ios": "8.0"
20   },
21   "source_files": "Sources/**/*.{swift}",
22   "dependencies": {
23     "PathKit": [
24       "~> 0.8"
25     ],
26     "AEXML": [
27       "~> 4.1"
28     ]
29   },
30   "pushed_with_swift_version": "4.0"