[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 2 / MFActivityView / 0.1.2 / MFActivityView.podspec.json
blob0b13bf78c128e2f4fb98c90201767281e7a147d8
2   "name": "MFActivityView",
3   "version": "0.1.2",
4   "summary": "An alternative for displaying activity information in a UIAlertView.",
5   "description": "A small addition for [DejalViewController](https://github.com/Dejal/DejalActivityView). It enables the bezel view show/remove animation to have custom duration.",
6   "homepage": "https://github.com/MediaflexPL/MFActivityView",
7   "license": "BSD 2-clause",
8   "authors": {
9     "Jakub Darowski": "jakub.darowski@mediaflex.pl"
10   },
11   "source": {
12     "git": "https://github.com/MediaflexPL/MFActivityView.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MFActivityView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "DejalActivityView": [
29       "~> 1.2"
30     ]
31   }