blob: 24b9ed6355220132f16bcf69eaf33729f4da399b [file] [log] [blame]
{
"name": "STTwitter",
"version": "0.1.3",
"summary": "A comprehensive Objective-C library for Twitter's REST API 1.1.",
"homepage": "https://github.com/nst/STTwitter/",
"license": {
"type": "New BSD",
"file": "LICENCE.txt"
},
"authors": [
"Nicolas Seriot",
"Frank Dowsett",
"Victor Ng",
"Thijs Alkemade",
"Pawel Niewiadomski",
"Matthew Tomlinson",
"Chris Ricca",
"Evan Roth",
"Bavarious"
],
"source": {
"git": "https://github.com/nst/STTwitter.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"STTwitter/*.{h,m}",
"STTwitter/Vendor/*.{h,m}"
],
"ios": {
"frameworks": [
"CoreGraphics",
"Foundation",
"QuartzCore",
"UIKit",
"Accounts",
"Twitter"
],
"weak_frameworks": "Social"
},
"requires_arc": true
}