[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / b / a / 5 / xcproj / 3.0.0 / xcproj.podspec.json
blob04603ba3664c7aa8a73062ce49104b5ce98c3a1a
2   "name": "xcproj",
3   "version": "3.0.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": "3.0.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"