blob: 3e407a5012362d052679e8517b7b9eee68672a15 [file] [log] [blame]
{
"name": "STTwitter",
"version": "0.0.3",
"summary": "A comprehensive Objective-C wrapper for Twitter's REST API 1.1.",
"homepage": "https://github.com/nst/STTwitter",
"license": {
"type": "New BSD",
"text": " Copyright (c) 2012-2013 Nicolas Seriot. All rights reserved.\n"
},
"authors": [
"Nicolas Seriot",
"Frank Dowsett",
"xnyhps"
],
"source": {
"git": "https://github.com/nst/STTwitter.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"STTwitter/*.{h,m}",
"STTwitter/Vendor/*.{h,m}"
],
"ios": {
"frameworks": [
"CoreGraphics",
"Foundation",
"QuartzCore",
"UIKit"
]
},
"requires_arc": false
}