[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 5 / 7 / NMPopUpViewSwift / 3.0 / NMPopUpViewSwift.podspec.json
blob438bc3f926c577a98ec9dbe4761a9297afd15d86
2   "name": "NMPopUpViewSwift",
3   "version": "3.0",
4   "summary": "NMPopUpViewSwift is a simple class for iOS that shows nice popup windows",
5   "description": "Simple class for iOS that shows nice popup windows with a subtle animation. Support images and custom messages.",
6   "homepage": "https://github.com/psy2k/NMPopUpView",
7   "license": "MIT",
8   "authors": {
9     "Nikos Maounis": "nikospsy2k@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/psy2k/NMPopUpView.git",
13     "tag": "v3.0"
14   },
15   "social_media_url": "https://twitter.com/Psy2k",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "NMPopUpView/Pod/Classes/**/*",
21   "resource_bundles": {
22     "NMPopUpViewSwift": [
23       "NMPopUpView/Pod/Assets/*.png",
24       "NMPopUpView/Pod/**/*.xib"
25     ]
26   }