blob: 7eb88a05ddc12a171ae0dc4dc7cce93028b112ba [file] [log] [blame]
{
"name": "PinterestSDK_5",
"version": "1.0.3",
"summary": "An SDK for doing Pinteresting things.",
"description": "An SDK for interacting with Pinterest.",
"homepage": "https://github.com/standlr/ios-pdk",
"license": "MIT",
"authors": {
"Ricky Cancro": "ricky@pinterest.com",
"Garrett Moon": "garrett@pinterest.com"
},
"source": {
"git": "https://github.com/standlr/ios-pdk.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"weak_frameworks": "SafariServices",
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"SAMKeychain": [
]
}
}