| { |
| "name": "YahooSearchKit", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "version": "0.6.1", |
| "summary": "Yahoo Search SDK for iOS", |
| "license": { |
| "type": "Yahoo", |
| "text": "Yahoo Confidential" |
| }, |
| "homepage": "https://github.com/yahoo/searchsdk-ios", |
| "authors": { |
| "Mobile Search": "mobile-search-eng@yahoo-inc.com" |
| }, |
| "source": { |
| "git": "https://github.com/yahoo/searchsdk-ios.git", |
| "tag": "0.6.1" |
| }, |
| "requires_arc": true, |
| "preserve_paths": [ |
| "Framework/YahooSearchKit.framework" |
| ], |
| "vendored_frameworks": [ |
| "Framework/YahooSearchKit.framework" |
| ], |
| "resources": "Framework/YahooSearchKit.framework/Versions/A/Resources/YahooSearchKitResources.bundle", |
| "xcconfig": { |
| "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Framework", |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Framework" |
| }, |
| "weak_frameworks": "WebKit" |
| } |