[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / c / 3 / StoriesImagePicker / 1.0.0 / StoriesImagePicker.podspec.json
bloba9352656fe048befc3d519173cb548ca244e4958
2   "name": "StoriesImagePicker",
3   "version": "1.0.0",
4   "summary": "A ViewController that allows the user to select images from their Photo Library, Instagram or Facebook.",
5   "description": "A ViewController that allows the user to select images from their Photo Library, Instagram or Facebook. It closely matches the design of the built-in Photos app and it includes a feature that groups photos into Stories in a similar manner that Photos.app creates Memories.",
6   "license": "MIT",
7   "platforms": {
8     "ios": "10.0"
9   },
10   "authors": {
11     "Konstantinos Karagiannis": "kkarayannis@gmail.com",
12     "Jaime Landazuri": "",
13     "Julian Gruber": ""
14   },
15   "homepage": "https://www.kite.ly",
16   "source": {
17     "git": "https://github.com/OceanLabs/StoriesImagePicker-iOS.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "StoriesImagePicker/**/*.swift"
22   ],
23   "swift_version": "4.1",
24   "resource_bundles": {
25     "StoriesImagePickerResources": [
26       "StoriesImagePicker/StoriesImagePicker.storyboard",
27       "StoriesImagePicker/StoriesImagePicker.xcassets"
28     ]
29   },
30   "module_name": "StoriesImagePicker",
31   "dependencies": {
32     "OAuthSwift": [
33       "~> 1.2.0"
34     ],
35     "KeychainSwift": [
36       "~> 11.0.0"
37     ],
38     "SDWebImage": [
39       "~> 4.4.0"
40     ],
41     "FBSDKCoreKit": [
42       "~> 4.33.0"
43     ],
44     "FBSDKLoginKit": [
45       "~> 4.33.0"
46     ]
47   }