[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 4 / SDDatabase / 1.0.0 / SDDatabase.podspec.json
blob00ccf149963df927c2b1e77a4a7bd5c9a9bcc288
2   "name": "SDDatabase",
3   "version": "1.0.0",
4   "summary": "A simple yet powerful wrapper over the famous FMDB.",
5   "homepage": "https://github.com/SagarSDagdu/SDDatabase",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sagar Dagdu": "shags032@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/SagarSDagdu/SDDatabase.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "4.2",
21   "source_files": "SDDatabase/Classes/**/*",
22   "dependencies": {
23     "FMDB/SQLCipher": [
25     ]
26   }