[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / c / 8 / IOSQlite / 0.1.0 / IOSQlite.podspec.json
blobb35ff4fdd619fd1f59ec1b519dcfcbb83423c51e
2   "name": "IOSQlite",
3   "version": "0.1.0",
4   "summary": "A very simple obj-c wrapper arround sqlite3",
5   "description": "a small wrapper providing some objective c methods around sqlite3",
6   "homepage": "https://github.com/nickolanack/IOSQlite",
7   "license": "MIT",
8   "authors": {
9     "nickolanack": "nickblackwell82@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nickolanack/IOSQlite.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "IOSQlite": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "sqlite3": [
28     ]
29   }