blob: da670de762103d2b83ef70bbb6f4b1c9db3b6be7 [file] [log] [blame]
{
"name": "EKAlgorithms",
"version": "0.1",
"summary": "EKAlgorithms contains some well known CS algorithms and other stuff.",
"homepage": "https://github.com/EvgenyKarkan/EKAlgorithms",
"license": "MIT",
"authors": {
"Evgeny Karkan": "https://github.com/EvgenyKarkan",
"Stanislaw Pankevich": "s.pankevich@gmail.com"
},
"source": {
"git": "https://github.com/EvgenyKarkan/EKAlgorithms.git",
"tag": "0.1"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"platforms": {
"ios": "5.0"
},
"source_files": "EKAlgorithms/**.{h,m}",
"requires_arc": true
}