blob: 0d105ad5851bad02a4a956ff49a9928adfd7e04f [file] [log] [blame]
{
"name": "PinterestSDK",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"weak_frameworks": "SafariServices",
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"SSKeychain": [
]
}
}