[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 6 / c / 8 / DTImageScrollView / 0.0.3 / DTImageScrollView.podspec.json
blob5a288804ad5bf893e92686f44c951575e5be1743
2   "name": "DTImageScrollView",
3   "version": "0.0.3",
4   "summary": "An easy way to create a swipable set of images with paging indicator.",
5   "homepage": "https://github.com/daront/DTImageScrollView",
6   "license": "MIT",
7   "authors": {
8     "Daron Tancharoen": "daront@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/daront/DTImageScrollView.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "DTImageScrollView/*.{swift}",
18   "exclude_files": "Classes/Exclude",
19   "dependencies": {
20     "AlamofireImage": [
21       "~> 2.4.1"
22     ]
23   }