blob: 345949607cc88465794086e1a314f4a8efcc7dfe [file] [log] [blame]
{
"name": "NSNotificationCenterMock",
"version": "0.1.0",
"summary": "A simple mock for NSNotificationCenter for easily testing NSNotificationCenter related tasks.",
"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.",
"homepage": "https://github.com/attheodo/NSNotificationCenterMock",
"license": "MIT",
"authors": {
"attheodo": "at@atworks.gr"
},
"source": {
"git": "https://github.com/attheodo/NSNotificationCenterMock.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NSNotificationCenterMock": [
"Pod/Assets/*.png"
]
}
}