[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / e / STPhotoMap / 0.1.4 / STPhotoMap.podspec.json
blobb272694cd941137ce39aaa3b603975a03f100055
2   "name": "STPhotoMap",
3   "version": "0.1.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A map that displays photos",
9   "homepage": "https://streetography.com",
10   "social_media_url": "https://streetography.com",
11   "authors": {
12     "Streetography": "mike@lanza.net"
13   },
14   "source": {
15     "git": "https://github.com/mikelanza/st-photo-map-ios.git",
16     "tag": "0.1.4"
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         "STPhotoMap": [
33           "Sources/**/*.{lproj,xcassets}"
34         ]
35       },
36       "dependencies": {
37         "Kingfisher": [
38           "~> 5.0"
39         ],
40         "STPhotoCore": [
41           "~> 0.1.4"
42         ],
43         "STPhotoDetails": [
44           "~> 0.1.0"
45         ],
46         "STPhotoCollection": [
47           "~> 0.1.2"
48         ]
49       },
50       "frameworks": "Foundation"
51     }
52   ]