[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 5 / c / PubNub-Testing / 0.2.0 / PubNub-Testing.podspec.json
blobe3b0118306c0892977701bd6160c0c7c4cc6af34
2   "name": "PubNub-Testing",
3   "version": "0.2.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.2.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   },
28   "frameworks": "XCTest",
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
31   }