| { |
| "name": "DZWeiboSDK", |
| "version": "3.1.1", |
| "summary": "新浪微博的SDK,方便维护", |
| "description": " 新浪微博的SDK,方便维护dddd\n", |
| "homepage": "https://github.com/yishuiliunian/DZWeiboSDK", |
| "license": "MIT", |
| "authors": { |
| "stonedong": "yishuiliunian@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/yishuiliunian/DZWeiboSDK.git", |
| "tag": "3.1.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "DZWeiboSDK": [ |
| "Pod/Assets/*.*" |
| ] |
| }, |
| "vendored_libraries": "Pod/libWeiboSDK/libWeiboSDK.a", |
| "frameworks": [ |
| "ImageIO", |
| "SystemConfiguration", |
| "CoreText", |
| "QuartzCore", |
| "Security", |
| "UIKit", |
| "Foundation", |
| "CoreGraphics", |
| "CoreTelephony" |
| ], |
| "libraries": [ |
| "sqlite3", |
| "z" |
| ] |
| } |