[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 5 / xcproj / 1.6.1 / xcproj.podspec.json
blobb7cfcfda93d278db6726f7a8d7288de9a8d75787
2   "name": "xcproj",
3   "version": "1.6.1",
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.6.1"
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"