[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / c / 5 / d / ImageGridView / 0.1.0 / ImageGridView.podspec.json
blob823b1f4218e4465d56bee7bc1be0e34ff0756d2b
2   "name": "ImageGridView",
3   "version": "0.1.0",
4   "summary": "A drag and drop, reorderable, image grid suitable for a profile picture selector.",
5   "description": "This pod gives you an image grid view which displays images. Images can be dragged and dropped to be reordered. There are buttons to delete images and add new images. The grid automatically resizes when more images are added. You can hook in delegate methods to control the behaviour when the user taps delete or add. This was originally designed for a profile picture selector on an edit profile screen.",
6   "homepage": "https://github.com/miraan/ImageGridView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "miraan": "miraan@triprapp.com"
13   },
14   "source": {
15     "git": "https://github.com/miraan/ImageGridView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ImageGridView/Classes/**/*",
22   "resource_bundles": {
23     "ImageGridView": [
24       "ImageGridView/Assets/*.png"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"