[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 2 / 9 / 5 / PhotoSlider / 1.0.1 / PhotoSlider.podspec.json
blobc258dd4382243bc4babeb97c48389b7566c0462d
2   "name": "PhotoSlider",
3   "version": "1.0.1",
4   "summary": "PhotoSlider can a simple photo slider and delete slider with swiping.",
5   "homepage": "https://github.com/nakajijapan/PhotoSlider",
6   "license": "MIT",
7   "authors": {
8     "nakajijapan": "pp.kupepo.gattyanmo@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/nakajijapan/PhotoSlider.git",
12     "tag": "1.0.1"
13   },
14   "social_media_url": "https://twitter.com/nakajijapan",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/Classes/**/*",
20   "resource_bundles": {
21     "PhotoSlider": [
22       "Sources/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Kingfisher": [
28     ]
29   }