[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / c / 9 / REFrostedViewController / 2.1.1 / REFrostedViewController.podspec.json
blob6c25629f09e449ba6b19deee2e712638889be28c
2   "name": "REFrostedViewController",
3   "version": "2.1.1",
4   "authors": {
5     "Roman Efimov": "romefimov@gmail.com"
6   },
7   "homepage": "https://github.com/romaonthego/REFrostedViewController",
8   "summary": "iOS 7 style blurred view controller that appears on top of your view controller.",
9   "source": {
10     "git": "https://github.com/romaonthego/REFrostedViewController.git",
11     "tag": "2.1.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "REFrostedViewController",
22   "public_header_files": "REFrostedViewController/*.h",
23   "ios": {
24     "frameworks": [
25       "QuartzCore",
26       "Accelerate"
27     ]
28   }