blob: 02bef42e2ee1b9c036555a72da7702671b35b2e9 [file] [log] [blame]
{
"name": "ASPinboard",
"platforms": {
"ios": "7.0"
},
"summary": "A modern, fast, and flexible Objective-C library for Pinboard.in.",
"version": "1.0.0",
"homepage": "http://lionheartsw.com",
"license": "Apache 2.0",
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/ASPinboard.git",
"tag": "1.0.0"
},
"source_files": "ASPinboard/*.{h,m}",
"requires_arc": true,
"public_header_files": "ASPinboard/ASPinboard.h",
"dependencies": {
"hpple": [
"~> 0.2.0"
]
}
}