[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 6 / f / PubNubTesting / 0.7.3 / PubNubTesting.podspec.json
blob98ff9c1edfd65b17b5b136df8c8e34d133dd6661
2   "name": "PubNubTesting",
3   "version": "0.7.3",
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.7.3"
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": "PubNubTesting/Classes/**/*",
23   "dependencies": {
24     "JSONLiteralString": [
26     ],
27     "PubNub": [
29     ],
30     "BeKindRewind": [
31       "~> 2.3.2"
32     ]
33   },
34   "frameworks": "XCTest",
35   "xcconfig": {
36     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
37   }