[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 6 / d / 9 / ISListViewAdapter / 1.0.0 / ISListViewAdapter.podspec.json
blob2a56bbfaded0118da69a4f68b3a4ee457546d341
2   "name": "ISListViewAdapter",
3   "version": "1.0.0",
4   "summary": "Adapter for managing UICollectionView and UITableView animations",
5   "homepage": "https://github.com/jbmorley/ISListViewAdapter",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jason Barrie Morley": "jason.morley@inseven.co.uk"
12   },
13   "source": {
14     "git": "https://github.com/jbmorley/ISListViewAdapter.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Classes/*.{h,m}",
18   "private_header_files": "Classes/*Private.h",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0"
22   },
23   "dependencies": {
24     "ISUtilities": [
25       "~> 1.0"
26     ]
27   }