blob: 1322cba5868b6526e28484d28f984c87b64260f2 [file] [log] [blame]
{
"name": "Encapsulation",
"version": "0.1.0",
"summary": "A short description of Encapsulation.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/Encapsulation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/Encapsulation.git",
"tag": "0.1.0"
},
"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"
]
}