[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 8 / ObjC-StatelyNotificationRobot / 0.0.1 / ObjC-StatelyNotificationRobot.podspec.json
blobfb93ff4af02573a70ff412446f7c4c006264f259
2   "name": "ObjC-StatelyNotificationRobot",
3   "version": "0.0.1",
4   "summary": "NSNotification wrapper that keeps track of state and notifies new observers of state immediately.",
5   "homepage": "http://brynbellomy.github.com/ObjC-StatelyNotificationRobot",
6   "license": "WTFPL",
7   "authors": {
8     "bryn austin bellomy": "bryn.bellomy@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/brynbellomy/ObjC-StatelyNotificationRobot.git",
12     "commit": "2cf5c15b35f6bd695f39fb5ae36c6c07856cb4f5"
13   },
14   "source_files": "Classes/*.{h,m}",
15   "requires_arc": true,
16   "xcconfig": {
17     "PUBLIC_HEADERS_FOLDER_PATH": "include/$(TARGET_NAME)"
18   },
19   "dependencies": {
20     "BrynKit": [
22     ]
23   }