| { |
| "name": "DBMigrationTestKit", |
| "version": "0.0.1", |
| "summary": "Testing CoreData migration library.", |
| "homepage": "https://github.com/azu/DBMigrationTestKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "azu": "info@efcl.info" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/azu/DBMigrationTestKit.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "Lib/**/*.{h,m}", |
| "prefix_header_contents": "#import <CoreData/CoreData.h>", |
| "frameworks": "CoreData", |
| "requires_arc": true |
| } |