[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / f / AGSwiftNotif / 0.1.0 / AGSwiftNotif.podspec.json
blob61a9cf8eb6bb265f3c9a71abda8d86650a85f553
2   "name": "AGSwiftNotif",
3   "version": "0.1.0",
4   "summary": "Simple wrapper for NSNotificationCenter",
5   "description": "This framework wrap the call to NSNotificationCenter with closure.",
6   "homepage": "https://github.com/antgar/AGSwiftNotif",
7   "license": "MIT",
8   "authors": {
9     "antoinegarcia": "antoine.garcia@epitech.eu"
10   },
11   "source": {
12     "git": "https://github.com/antgar/AGSwiftNotif.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AGSwiftNotif": [
22       "Pod/Assets/*.png"
23     ]
24   }