blob: 9e807eecbc3d5af540616f0cfbd048ac124ae6bf [file] [log] [blame]
{
"name": "STTwitter",
"version": "0.2.3",
"summary": "A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1",
"homepage": "https://github.com/nst/STTwitter/",
"license": {
"type": "New BSD",
"file": "LICENCE.txt"
},
"authors": [
"Nicolas Seriot",
"Bavarious",
"Chris Ricca",
"Evan Roth",
"Frank Dowsett",
"James Howard",
"Matthew Tomlinson",
"Pawel Niewiadomski",
"Sven Weidauer",
"Thijs Alkemade",
"Victor Ng",
"b123400",
"daisy1754",
"forcha",
"germanSancho",
"ijaycho",
"passwordreset"
],
"source": {
"git": "https://github.com/nst/STTwitter.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "7.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
}