blob: 73d4cc976421f04a5ff20f096452e460d0b8aaec [file] [log] [blame]
{
"name": "OCExtension",
"version": "0.1.3",
"summary": "A short description of OCExtension.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/OCExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/OCExtension.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"Source/**/*.h",
"Source/*/**/*.h",
"Source/*/*/**/*.h",
"Source/*/*/*/**/*.h"
],
"source_files": [
"Source/**",
"Source/*/**",
"Source/*/*/**",
"Source/*/*/*/**"
],
"resource_bundles": {
"Asserts": [
"Asserts.bundle/*.png"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SDWebImage": [
],
"AFNetworking": [
]
}
}