[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 1 / MCIconAlertController / 0.0.5 / MCIconAlertController.podspec.json
blob5e9cf81df940435844de9e99cd27af10943f9211
2   "name": "MCIconAlertController",
3   "version": "0.0.5",
4   "summary": "Alert controller with icon.",
5   "description": "Alert controller with icon, have fun.",
6   "homepage": "https://github.com/imegatron/MCIconAlertController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chao Ma": "mc@imegatron.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/imegatron/MCIconAlertController.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "Classes",
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "Classes/*.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "Masonry": [
31       "~> 1.0"
32     ]
33   }