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