[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 5 / 3 / 9 / STPhotoDetails / 0.1.1 / STPhotoDetails.podspec.json
blob0364b79e5018b5560ee7ef6bcf6c32124a304e83
2   "name": "STPhotoDetails",
3   "version": "0.1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Photo details for Streetography",
9   "homepage": "https://streetography.com",
10   "social_media_url": "https://streetography.com",
11   "authors": {
12     "Streetography": "info@streetography.com"
13   },
14   "source": {
15     "git": "https://github.com/mikelanza/st-photo-details-ios.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "requires_arc": true,
22   "swift_versions": [
23     "5.0"
24   ],
25   "default_subspecs": "Core",
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/**/*.swift",
31       "resource_bundles": {
32         "STPhotoDetails": [
33           "Sources/**/*.{lproj,xcassets}"
34         ]
35       },
36       "dependencies": {
37         "STPhotoCore": [
38           "~> 0.1.4"
39         ]
40       },
41       "frameworks": "Foundation"
42     }
43   ]