[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 2 / Duvel / 0.1.0 / Duvel.podspec.json
blob2b66a8990aacdeb65e95471b4c6c78c574580eea
2   "name": "Duvel",
3   "version": "0.1.0",
4   "summary": "Use Core Data in a more friendly way with Swift.",
5   "description": "Duvel contains a set of functions and utlities that make it easier for you to use Core Data in Swift.\n\nThis pod will make it easier to:\n- Create a context\n- Insert, update and delete objects.\n- Perform fetch requests.",
6   "homepage": "https://github.com/icapps/ios-duvel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jelle Vandebeeck": "jelle@fousa.be"
13   },
14   "source": {
15     "git": "https://github.com/icapps/ios-duvel.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/icapps",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/**/*"