[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 0 / 7 / NotificationController / 1.0 / NotificationController.podspec.json
blob20d5efed189de693bb6b85296f55fe6900fbc449
2   "name": "NotificationController",
3   "version": "1.0",
4   "summary": "A safer and easier way to use NSNotificationCenter with blocks.",
5   "homepage": "https://github.com/macoscope/NotificationController",
6   "license": "MIT",
7   "authors": {
8     "Arkadiusz Holko": "fastred@fastred.org"
9   },
10   "social_media_url": "https://twitter.com/arekholko",
11   "source": {
12     "git": "https://github.com/macoscope/NotificationController.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "MCSNotificationController/*.{h,m}",
22     "MCSNotificationController/**/*.{h,m}"
23   ],
24   "public_header_files": "MCSNotificationController/*.h"