blob: 37f6ed65953e9f29022a47b27e4c06ca69d03a99 [file] [log] [blame]
{
"name": "LoveZhu",
"version": "1.0.5",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"homepage": "https://github.com/fbi080703",
"authors": {
"wulongwang": "747616044@qq.com"
},
"summary": "测试",
"source": {
"git": "https://github.com/fbi080703/CocoaPodsDemo.git",
"tag": "1.0.5"
},
"source_files": "Classes/**/{*.h,*.m}",
"public_header_files": "Classes/lib/header/*.h",
"resource_bundles": {
"OtherResources": [
"Classes/Resources/*.png"
],
"WeiboSDK": [
"Classes/lib/resource/WeiboSDK.bundle/**/*.png"
]
},
"frameworks": [
"UIKit",
"AVKit",
"SystemConfiguration",
"CFNetwork",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"sqlite3.0",
"stdc++.6.0.9"
],
"requires_arc": true,
"description": "A longer description of CocoaPodsDemo in Markdown format.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
"~>3.8.0"
]
},
"weak_frameworks": [
"StoreKit",
"UserNotifications"
],
"vendored_libraries": [
"Classes/lib/sdk/*.{a}"
],
"subspecs": [
{
"name": "Evernote",
"source_files": "Classes/Evernote/{*.h,*.m}",
"public_header_files": "Classes/Evernote/*.h"
}
]
}