[Add] AliPlayerSDK_iOS_NORMAL_SR_FILTER 6.21.0
[CocoaPods.git] / Specs / 5 / 8 / b / AFSQLManager / 1.0.2 / AFSQLManager.podspec.json
blob2713a09270046a5bd06a8ec5530ba0a16b51817f
2   "name": "AFSQLManager",
3   "version": "1.0.2",
4   "summary": "SQL and SQLite manager for iOS.",
5   "description": "SQL and SQLite database manage on iOS made easy. Create, open, rename and delete databases with AFSQLManager, a block-driven iOS SQL and SQLite manager class. Perform queries never has been that easy!",
6   "homepage": "https://github.com/AlvaroFranco/AFSQLManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alvaro Franco": "alvarofrancoayala@gmail.com"
13   },
14   "screenshots": "https://raw.github.com/AlvaroFranco/AFSQLManager/master/preview.gif",
15   "source": {
16     "git": "https://github.com/AlvaroFranco/AFSQLManager.git",
17     "tag": "v1.0.2"
18   },
19   "source_files": [
20     "AFSQLManager.h",
21     "AFSQLManager.m"
22   ],
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libsqlite3"
25   },
26   "requires_arc": true