blob: a51e823dfc8d1539c9550d563a29776c402e1ef9 [file] [log] [blame]
{
"name": "CJMTwitterFollowButton",
"version": "0.1.0",
"license": "MIT",
"summary": "A Twitter UIButton which can be configured to open a designated users profile in the native Twitter App that the user has installed",
"homepage": "https://github.com/chrismaddern/CJMTwitterFollowButton",
"authors": {
"Chris Maddern": "chris@chrismaddern.com"
},
"source": {
"git": "https://github.com/chrismaddern/CJMTwitterFollowButton.git",
"tag": "v0.1.0",
"submodules": false
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "CJMTwitterFollowButton/**/*.{h,m}",
"public_header_files": "CJMTwitterFollowButton/*.h",
"resources": [
"CJMTwitterFollowButton/Resources/*.png"
]
}