[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / 9 / FMDBMigrationManager / 1.4.1 / FMDBMigrationManager.podspec.json
blob6b5b9e1fe1bf705fcfc4f4d75d7b045784a55a30
2   "name": "FMDBMigrationManager",
3   "version": "1.4.1",
4   "license": "Apache2",
5   "summary": "A SQLite database schema migration system for FMDB",
6   "homepage": "https://github.com/layerhq/FMDBMigrationManager",
7   "authors": {
8     "Blake Watters": "blakewatters@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/layerhq/FMDBMigrationManager.git",
12     "tag": "v1.4.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.8"
18   },
19   "default_subspecs": "System",
20   "subspecs": [
21     {
22       "name": "Standalone",
23       "source_files": "Code",
24       "dependencies": {
25         "FMDB/standalone": [
26           ">= 2.3"
27         ]
28       }
29     },
30     {
31       "name": "System",
32       "source_files": "Code",
33       "dependencies": {
34         "FMDB/standard": [
35           ">= 2.3"
36         ]
37       }
38     }
39   ]