blob: 961189b67f6a977287ea9e1dba516c0ad77525f7 [file] [log] [blame]
{
"name": "PubNub-Testing",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PubNub-Testing/Classes/**/*",
"dependencies": {
"PubNub": [
"~> 4.3"
]
},
"frameworks": "XCTest",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}