STTweetTextView/Example/Pods/Local Podspecs/STTweetTextView.podspec.json

25 lines
543 B
JSON

{
"name": "STTweetTextView",
"version": "0.1.0",
"summary": "STTweetTextView.",
"homepage": "https://github.com/<GITHUB_USERNAME>/STTweetTextView",
"license": "MIT",
"authors": {
"Giuseppe Nucifora": "me@giuseppenucifora.com"
},
"source": {
"git": "https://github.com/<GITHUB_USERNAME>/STTweetTextView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STTweetTextView": [
"Pod/Assets/*.png"
]
}
}