| { |
| "name": "BQLibrary", |
| "version": "0.0.1", |
| "summary": "A library provide shortcuts and easy ways of usage of IOS Libray.", |
| "homepage": "https://github.com/bbqaaq/BQLibrary", |
| "license": "MIT", |
| "authors": { |
| "CHAU WING WAI": "bbqaaq@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/bbqaaq/BQLibrary.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "Images": [ |
| "Pod/Assets/*.png" |
| ], |
| "Localization": [ |
| "Pod/Assets/Localization/*.lproj" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "AssetsLibrary" |
| ] |
| } |