blob: 6fc3db19910846c48c9eea38a9b8ca39cdb8553e [file] [log] [blame]
{
"name": "PinterestSDK",
"version": "1.0.2",
"summary": "An SDK for doing Pinteresting things.",
"description": "An SDK for interacting with Pinterest.",
"homepage": "https://github.com/Pinterest/iOS-PDK",
"license": "MIT",
"authors": {
"Ricky Cancro": "ricky@pinterest.com",
"Garrett Moon": "garrett@pinterest.com"
},
"source": {
"git": "https://github.com/pinterest/ios-pdk.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"weak_frameworks": "SafariServices",
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SSKeychain": [
]
}
}