[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 8 / DB-Access / 9.9.8 / DB-Access.podspec.json
blobd51fa73516e0585f4d18f86624b361d5b2d13782
2   "name": "DB-Access",
3   "version": "9.9.8",
4   "summary": "[DBAccess] is a fully featured and FREE to use ORM for iOS.",
5   "deprecated": true,
6   "homepage": "http://db-access.org",
7   "license": "MIT",
8   "authors": {
9     "${USER_NAME}": "${USER_EMAIL}"
10   },
11   "source": {
12     "git": "https://github.com/editfmah/DBAccess.git",
13     "tag": "9.9.8"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "preserve_paths": "DBAccess.framework",
20   "public_header_files": "DBAccess.framework/**/*.h",
21   "vendored_frameworks": "DBAccess.framework",
22   "frameworks": [
23     "Foundation",
24     "DBAccess"
25   ],
26   "xcconfig": {
27     "FRAMEWORK_SEARCH_PATHS": "$(SRCROOT)/DB-Access/"
28   }