blob: 77fd4aed05ebcea71ad7a2f4e35042b8ba5bcc36 [file] [log] [blame]
{
"name": "VectorKit",
"version": "1.0.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": "1.0.0"
},
"source_files": [
"Pod/Classes",
"Pod/Classes/**/*.swift"
],
"exclude_files": "Pod/Classes/Exclude"
}