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