[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 5 / c / 1 / NSNotificationCenterMock / 0.1.0 / NSNotificationCenterMock.podspec.json
blob345949607cc88465794086e1a314f4a8efcc7dfe
2   "name": "NSNotificationCenterMock",
3   "version": "0.1.0",
4   "summary": "A simple mock for NSNotificationCenter for easily testing NSNotificationCenter related tasks.",
5   "description": "NSNotificationCenter is a class used for mocking NSNotificationCenter. You can use this class to test\nNSNotification logic in your project such as whether certain NSNotifications were posted, registration/unregistration\nto/from observers and more.",
6   "homepage": "https://github.com/attheodo/NSNotificationCenterMock",
7   "license": "MIT",
8   "authors": {
9     "attheodo": "at@atworks.gr"
10   },
11   "source": {
12     "git": "https://github.com/attheodo/NSNotificationCenterMock.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     "NSNotificationCenterMock": [
22       "Pod/Assets/*.png"
23     ]
24   }