[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 2 / 9 / MVReport / 0.1.0 / MVReport.podspec.json
blob88aa67de2d4b7b91e487bad951f9439a50566bda
2   "name": "MVReport",
3   "version": "0.1.0",
4   "license": "MIT",
5   "homepage": "https://github.com/Moroverse/MVReport",
6   "authors": {
7     "Moroverse": "moroverse@gmail.com"
8   },
9   "summary": "Lightweight Objective-C framework for report generation on iOS",
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/Moroverse/MVReport.git",
15     "tag": "0.1.0"
16   },
17   "private_header_files": "MVReport/*{+Private}.h",
18   "source_files": "MVReport/*.{h,m}",
19   "frameworks": [
20     "CoreGraphics",
21     "UIKit",
22     "CoreText"
23   ],
24   "requires_arc": true