[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 7 / d / 4 / JoinStoriesSDK / 1.0.1 / JoinStoriesSDK.podspec.json
bloba85c12aaa5dd1a8c159afbf81d84c2d669f88d3d
2   "name": "JoinStoriesSDK",
3   "version": "1.0.1",
4   "summary": "Join Stories SDK for iOS apps.",
5   "description": "This pod connects to the Join stories API.\nProvides UI to display stories thumbnails, full screen stories.",
6   "homepage": "https://join-stories.com",
7   "license": {
8     "type": "Copyright",
9     "text": "                   Copyright 2021\n                   Permission to use is granted to Join Stories customers.\n"
10   },
11   "authors": {
12     "dcombe": "dimitri@teamjoin.fr"
13   },
14   "source": {
15     "git": "https://github.com/teamjoin/join-stories-sdk-ios-binary.git",
16     "tag": "1.0.1"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "public_header_files": "JoinStoriesSDK.xcframework/*/JoinStoriesSDK.framework/Headers/*.h",
23   "source_files": "JoinStoriesSDK.xcframework/*/JoinStoriesSDK.framework/Headers/*.{h,m,swift}",
24   "vendored_frameworks": "JoinStoriesSDK.xcframework",
25   "frameworks": [
26     "SafariServices",
27     "WebKit",
28     "UIKit"
29   ],
30   "dependencies": {
31     "SnapKit": [
32       "~> 5.0.0"
33     ],
34     "Alamofire": [
35       "~> 5.4.4"
36     ],
37     "AlamofireImage": [
38       "~> 4.2.0"
39     ],
40     "SwiftyJSON": [
41       "~> 4.0"
42     ]
43   },
44   "swift_version": "5.3"