[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / c / 9 / REFrostedViewController / 1.0.1 / REFrostedViewController.podspec.json
blob19f7c3332c195fa0d885bc8668d1849a35467085
2   "name": "REFrostedViewController",
3   "version": "1.0.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": "1.0.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   }