[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / b / AFSQLManager / 1.0.1 / AFSQLManager.podspec.json
blobfac994902cc51b8888d3f98c366c3beb81a96030
2   "name": "AFSQLManager",
3   "version": "1.0.1",
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://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/3496/preview-181__dragged_.png",
15   "source": {
16     "git": "https://github.com/AlvaroFranco/AFSQLManager.git",
17     "tag": "v1.0.1"
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