blob: 0643807e3bac55cbf1052f3c5764a278a9aaee6d [file] [log] [blame]
{
"name": "Algorithms",
"version": "0.0.1",
"summary": "Collection of algorithms and data structures written in Swift 2.x.",
"homepage": "https://github.com/TheDarkCode/Algorithms",
"license": "MIT",
"authors": {
"Mark Hamilton": "mark@dryverless.com"
},
"source": {
"git": "https://github.com/TheDarkCode/Algorithms.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/dryverless",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}