[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 1 / SwiftyDequeuable / 1.0.0 / SwiftyDequeuable.podspec.json
blobc744345bd3edb75160012139577c603e05973e7a
2   "name": "SwiftyDequeuable",
3   "version": "1.0.0",
4   "summary": "A more simpler way to Dequeue Cells in Swift",
5   "description": "SwiftyDequeuable uses Generics and Protocol Oriented Programming to simplify reusing cells.",
6   "homepage": "https://github.com/itsAlexNguyen/SwiftyDequeuable",
7   "license": {
8     "type": "MIT",
9     "file": "License.md"
10   },
11   "authors": {
12     "Alex Nguyen": "hello@gopher.it"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/itsAlexNguyen/SwiftyDequeuable.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Source/",
22   "exclude_files": "Source/Exclude",
23   "pushed_with_swift_version": "3.0"