blob: 680f10391f690a508987182335563f6914b3116c [file] [log] [blame]
{
"name": "PubNubTesting",
"version": "0.8.0",
"summary": "A simple testing pod for PubNub",
"description": "This contains all helper methods for testing PubNub. It is abstracted into its own Cocoapod for use in other projects.",
"homepage": "https://github.com/pubnub/objective-c-testing",
"license": "MIT",
"authors": {
"Jordan Zucker": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/pubnub/objective-c-testing.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/PubNub",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "PubNubTesting/Classes/**/*",
"dependencies": {
"JSONLiteralString": [
],
"PubNub": [
],
"BeKindRewind": [
"~> 2.3.2"
]
},
"frameworks": "XCTest",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}