[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / a / MRProgress / 0.2.0 / MRProgress.podspec.json
blobe760cde83ad963ac5d3872fa58bccbe349d99c33
2   "name": "MRProgress",
3   "version": "0.2.0",
4   "summary": "MRProgress is a collection of drop-in components that displays a dimmed overlay with a blurred box view with different modes.",
5   "homepage": "https://github.com/mrackwitz/MRProgress",
6   "authors": {
7     "Marius Rackwitz": "git@mariusrackwitz.de"
8   },
9   "license": "MIT License",
10   "source": {
11     "git": "https://github.com/mrackwitz/MRProgress.git",
12     "tag": "0.2.0"
13   },
14   "source_files": "src/**/*.{h,m}",
15   "prefix_header_file": "src/MRProgress.h",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "QuartzCore",
24       "CoreGraphics",
25       "Accelerate"
26     ]
27   }