[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 5 / c / PubNub-Testing / 0.1.1 / PubNub-Testing.podspec.json
blob961189b67f6a977287ea9e1dba516c0ad77525f7
2   "name": "PubNub-Testing",
3   "version": "0.1.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.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "PubNub-Testing/Classes/**/*",
19   "dependencies": {
20     "PubNub": [
21       "~> 4.3"
22     ]
23   },
24   "frameworks": "XCTest",
25   "xcconfig": {
26     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
27   }