[Add] GGXOfflineWebCache 0.5.2
[CocoaPods.git] / Specs / c / 1 / f / EKAlgorithms / 0.2 / EKAlgorithms.podspec.json
blobb9e65dba38fd037fcac42165e1ed2f0f675145bc
2   "name": "EKAlgorithms",
3   "version": "0.2",
4   "summary": "EKAlgorithms contains some well known CS algorithms and other stuff.",
5   "homepage": "https://github.com/EvgenyKarkan/EKAlgorithms",
6   "license": "MIT",
7   "authors": {
8     "Evgeny Karkan": "evgenykarkan@gmail.com",
9     "Stanislaw Pankevich": "s.pankevich@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EvgenyKarkan/EKAlgorithms.git",
13     "tag": "0.2"
14   },
15   "frameworks": [
16     "Foundation",
17     "CoreGraphics",
18     "UIKit"
19   ],
20   "platforms": {
21     "ios": "5.0"
22   },
23   "source_files": "EKAlgorithms/**/*.{h,m}",
24   "requires_arc": true