[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 5 / c / PubNub-Testing / 0.4.0 / PubNub-Testing.podspec.json
blob570752d7cddc89ecbbc86eaa79d937dbea750f42
2   "name": "PubNub-Testing",
3   "version": "0.4.0",
4   "summary": "A simple testing pod for PubNub",
5   "description": "This contains all helper methods for testing PubNub. It is abstracted into its own Cocoapod for use in other projects.",
6   "homepage": "https://github.com/pubnub/objective-c-testing",
7   "license": "MIT",
8   "authors": {
9     "Jordan Zucker": "jordan.zucker@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pubnub/objective-c-testing.git",
13     "tag": "0.4.0"
14   },
15   "social_media_url": "https://twitter.com/PubNub",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "osx": "10.9"
20   },
21   "requires_arc": true,
22   "source_files": "PubNub-Testing/Classes/**/*",
23   "dependencies": {
24     "PubNub": [
26     ],
27     "BeKindRewind": [
29     ]
30   },
31   "frameworks": "XCTest",
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
34   }