[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / e / d / 5 / TwitterSDK / 1.0.0 / TwitterSDK.podspec.json
blob2e0bfd29e7c1b9bcb8d909345861c3633f1fce6d
2   "name": "TwitterSDK",
3   "version": "1.0.0",
4   "summary": "TwitterSDK.",
5   "description": "TwitterSDK is open source to use apis of twitter.",
6   "homepage": "https://github.com/pisces/TwitterSDK",
7   "license": "MIT",
8   "authors": {
9     "pisces": "hh963103@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pisces/TwitterSDK.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "TwitterSDK/Classes/**/*",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "dependencies": {
25     "OAuthConsumer": [
27     ]
28   },
29   "resource_bundles": {
30     "TwitterSDK": [
31       "TwitterSDK/Assets/*"
32     ]
33   },
34   "pod_target_xcconfig": {
35   }