[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 6 / f / PubNubTesting / 0.6.0 / PubNubTesting.podspec.json
blob430c499340e77de50d192a0d3ebaed134c9a0b19
2   "name": "PubNubTesting",
3   "version": "0.6.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.6.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": "PubNubTesting/Classes/**/*",
23   "dependencies": {
24     "PubNub": [
26     ],
27     "BeKindRewind": [
28       "~> 2.3.2"
29     ]
30   },
31   "frameworks": "XCTest",
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
34   }