[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 6 / 1 / c / SmartPopup / 1.0.3 / SmartPopup.podspec.json
blob079e6b45371b37dc9d9342de48413a1bc2bd510f
2   "name": "SmartPopup",
3   "version": "1.0.3",
4   "summary": "SmartPopup allows easy creation and management of pretty UI dialogs for iOS",
5   "description": "Cocoapods component for easy creation and management of animated and engaging UI dialogs for iOS. Easily create animated and modern dialogs with very little code. Customize completly the dialog UI with Xibs and reuse it throughout your app.",
6   "homepage": "https://github.com/RicardoKoch/SmartPopup",
7   "license": "MIT",
8   "authors": {
9     "Ricardo Koch": "ricardo@ricardokoch.com"
10   },
11   "source": {
12     "git": "https://github.com/RicardoKoch/SmartPopup.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SmartPopup": [
22       "Pod/Assets/*.png"
23     ]
24   }