[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 9 / 6 / 7 / FMDBRuntimeNew / 2.0.1 / FMDBRuntimeNew.podspec.json
blob7a63be61e32bf8ca2ba160c641fdd48bc509766a
2   "name": "FMDBRuntimeNew",
3   "version": "2.0.1",
4   "summary": "Use FMDB With Runtime to insert,delete,query the data",
5   "description": "A longer description of FMDBWithRuntime in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/sfwan2014/FMDBRuntimeNew",
7   "license": "MIT",
8   "authors": {
9     "sfwan2014": "sfwan2014@github.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/sfwan2014/FMDBRuntimeNew.git",
16     "tag": "2.0.1"
17   },
18   "source_files": "FMDBRuntimeNew/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "libraries": "sqlite3.0",
24   "requires_arc": true,
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/sqlite3.0"
27   },
28   "dependencies": {
29     "FMDB": [
30       "~> 2.5"
31     ]
32   }