blob: 570752d7cddc89ecbbc86eaa79d937dbea750f42 [file] [log] [blame]
{
"name": "PubNub-Testing",
"version": "0.4.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.4.0"
},
"social_media_url": "https://twitter.com/PubNub",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "PubNub-Testing/Classes/**/*",
"dependencies": {
"PubNub": [
],
"BeKindRewind": [
]
},
"frameworks": "XCTest",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}