| { |
| "name": "SEWUserDefaults", |
| "version": "0.1.0", |
| "summary": "UserDefaults implemented using FMDB.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/sierwan/SEWUserDefaults", |
| "license": { |
| "type": "Apache-2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "YanWei": "sierwan@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/sierwan/SEWUserDefaults.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "SEWUserDefaults/Classes/**/*", |
| "public_header_files": "SEWUserDefaults/Classes/SEWUserDefaults.h", |
| "frameworks": "Foundation", |
| "dependencies": { |
| "FMDB": [ |
| |
| ] |
| } |
| } |