| { |
| "name": "VectorKit", |
| "version": "0.1.0", |
| "summary": "Powerful vector operations for any type.", |
| "description": "VectorKit gives you powerful vector operations for the types you're already using, by providing a Vector\nprotocol which can give any type the power to perform vector operations.", |
| "homepage": "https://github.com/davidisaaclee/VectorKit", |
| "license": "MIT", |
| "authors": { |
| "David Lee": "david.isaac.lee@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/davidisaaclee", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/davidisaaclee/VectorKit.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": [ |
| "Pod/Classes", |
| "Pod/Classes/**/*.swift" |
| ], |
| "exclude_files": "Pod/Classes/Exclude" |
| } |