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