blob: 8cc127eef19a96601bc891addc3f9b240adba011 [file] [log] [blame]
{
"name": "BrowserPod",
"version": "0.0.1",
"summary": "A short description of BrowserPod.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yzeaho/BrowserPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yzeaho": "y-zeaho@qq.com"
},
"source": {
"git": "https://github.com/yzeaho/BrowserPod.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BrowserPod/Classes/**/*",
"resource_bundles": {
"BrowserPod": [
"BrowserPod/Assets/**/*"
]
},
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"CocoaLumberjack": [
],
"ReactiveObjC": [
]
}
}