[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 9 / 0 / f / SunbeamFMDBMigration / 0.1.10 / SunbeamFMDBMigration.podspec.json
blob8024f136250c989c2bfb40d4b9e89dd35aecfa9c
2   "name": "SunbeamFMDBMigration",
3   "version": "0.1.10",
4   "summary": "SunbeamFMDBMigration -> an database migration strategy when app upgrade.",
5   "description": "SunbeamFMDBMigration : when app upgrating, the database structure of new version may be different from the old version, then we should save the old version data into new version to ensure that user who use the app feel nothing after they upgrade their app to the newest version. This lib support table property add、delete.",
6   "homepage": "https://github.com/sunbeamChen/SunbeamFMDBMigration",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenxun": "chenxun1990@126.com"
13   },
14   "source": {
15     "git": "https://github.com/sunbeamChen/SunbeamFMDBMigration.git",
16     "tag": "0.1.10"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "SunbeamFMDBMigration/Classes/*.{h,m}",
23   "public_header_files": "SunbeamFMDBMigration/Classes/**/*.h",
24   "dependencies": {
25     "FMDB": [
27     ]
28   }