[Add] EcommpaySDK_UI 3.6.6
[CocoaPods.git] / Specs / 6 / 8 / 9 / RTSQLite / 0.0.5 / RTSQLite.podspec.json
blobdf22fb5d38c3d9b28e1adcf78212418068a3df44
2   "name": "RTSQLite",
3   "version": "0.0.5",
4   "summary": "A Library for iOS to use for sqlite.",
5   "homepage": "https://www.ENUUI.com",
6   "authors": {
7     "ENUUI": "ENUUI_C@163.com"
8   },
9   "source": {
10     "git": "https://github.com/FuihuiC/RTSQLite.git",
11     "tag": "0.0.5"
12   },
13   "platforms": {
14     "ios": "8.2"
15   },
16   "license": "MIT",
17   "source_files": [
18     "RTSQLite/RTSQLite.h",
19     "RTSQLite/Core/*.{h,m}"
20   ],
21   "public_header_files": [
22     "RTSQLite/RTSQLite.h",
23     "RTSQLite/Core/*.{h}"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "RTDB",
29       "source_files": "RTSQLite/Core/RTDB/*.{h,m}",
30       "public_header_files": "RTSQLite/Core/RTDB/*.{h}"
31     }
32   ]