[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / DRDatabase / 1.0.0 / DRDatabase.podspec.json
blobd385c89ad596b5dd7a0cb10b92eb146ecd8c8ffd
2   "name": "DRDatabase",
3   "version": "1.0.0",
4   "summary": "DRDatabase is simple yet powerful way to connect to a MySQL database via Swift.",
5   "description": "DRDatabase connects your app with your MySQL database. Enter SQL commands to get the information you want. DRDatabase gives you your results in a Dictionary, so you can easily use it.",
6   "license": "MIT",
7   "homepage": "http://twitter.com/daniel_riege",
8   "authors": {
9     "Daniel Riege": "daniel.riege99@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/daniel_riege",
12   "source": {
13     "git": "https://github.com/danielriege/DRDatabase.git",
14     "tag": "1.0.0"
15   },
16   "source_files": [
17     "DRDatabase",
18     "DRDatabase/**/*.{h,m,swift}"
19   ],
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "3"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "pushed_with_swift_version": "3.0"