[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 5 / c / PubNub-Testing / 0.5.1 / PubNub-Testing.podspec.json
blob9ac9c5c24455b16a3e942391ce300d5e306f2c6f
2   "name": "PubNub-Testing",
3   "version": "0.5.1",
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.5.1"
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   "deprecated_in_favor_of": "PubNubTesting",
23   "source_files": "PubNubTesting/Classes/**/*",
24   "dependencies": {
25     "PubNub": [
27     ],
28     "BeKindRewind": [
29       "~> 2.3.2"
30     ]
31   },
32   "frameworks": "XCTest",
33   "xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
35   }