[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / a / SQLitePersistentObjects / 1.1.0 / SQLitePersistentObjects.podspec.json
blob8a6f2b1b2dbb5b33d148e7077abab0399c0269b9
2   "name": "SQLitePersistentObjects",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "Persistent Objects for Cocoa & Cocoa Touch that using SQLite.",
6   "homepage": "https://github.com/ElfSundae/SQLitePersistentObjects",
7   "authors": {
8     "Elf Sundae": "http://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ElfSundae/SQLitePersistentObjects.git",
12     "tag": "1.1.0",
13     "submodules": true
14   },
15   "social_media_url": "https://twitter.com/ElfSundae",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "SQLitePersistentObjects/SQLitePersistentObjects/**/*.{h,m}",
21   "libraries": "sqlite3"