[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 2 / SYPictureMetadata / 2.1.1 / SYPictureMetadata.podspec.json
bloba8d6543e194ba985e0bea2bfa2b299f710161cc9
2   "name": "SYPictureMetadata",
3   "platforms": {
4     "ios": "10.0",
5     "tvos": "10.0",
6     "osx": "10.13"
7   },
8   "version": "2.1.1",
9   "license": "Custom",
10   "summary": "Easy access to EXIF metadata of an image",
11   "homepage": "https://github.com/dvkch/SYPictureMetadata",
12   "authors": {
13     "Stan Chevallier": "contact@stanislaschevallier.fr"
14   },
15   "source": {
16     "git": "https://github.com/dvkch/SYPictureMetadata.git",
17     "tag": "2.1.1"
18   },
19   "source_files": "SYPictureMetadata/*.{h,m,swift}",
20   "requires_arc": true,
21   "xcconfig": {
22     "CLANG_MODULES_AUTOLINK": "YES"
23   },
24   "frameworks": [
25     "ImageIO",
26     "Photos",
27     "CoreGraphics"
28   ],
29   "module_name": "SYPictureMetadata",
30   "swift_versions": "5.0",
31   "swift_version": "5.0"