[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / 7 / 8 / MLDynamicModal / 0.1.1 / MLDynamicModal.podspec.json
blob669c357174509bce8a2a04142a00c45261a4fa4d
2   "name": "MLDynamicModal",
3   "version": "0.1.1",
4   "summary": "Mercado Libre Custom Modal",
5   "description": "MLDynamicModal is a custom modal for iOS with swipe, tap and button dismiss recognizer",
6   "homepage": "https://github.com/mercadolibre/MLDynamicModal",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "MPMobile": "mpmobileios@mercadolibre.com"
10   },
11   "source": {
12     "git": "https://github.com/mercadolibre/MLDynamicModal.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "MLDynamicModal/Classes/**/*",
19   "resources": [
20     "MLDynamicModal/**/*.{xib}",
21     "MLDynamicModal/**/*.{xcassets}",
22     "MLDynamicModal/Resources/*.plist"
23   ],
24   "dependencies": {
25     "PureLayout": [
27     ],
28     "FXBlurView": [
30     ]
31   }