[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / e / SBFMDBMigration / 0.5.1 / SBFMDBMigration.podspec.json
blobf977d620e4e9664f587a1e0f0a0d54caaf7f6723
2   "name": "SBFMDBMigration",
3   "version": "0.5.1",
4   "summary": "SBFMDBMigration -> an database migration strategy when app upgrade.",
5   "description": "SBFMDBMigration : 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/SBFMDBMigration",
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/SBFMDBMigration.git",
16     "tag": "0.5.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "SBFMDBMigration/Classes/**/*",
23   "public_header_files": "SBFMDBMigration/Classes/**/*.h",
24   "dependencies": {
25     "FMDB": [
27     ]
28   }