{ | |
"name": "JZLibrary", | |
"version": "0.1.0", | |
"summary": "Just a demo", | |
"homepage": "http://github.intra.douban.com/lujinze/JZLibrary", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"lujinze": "lujinze@douban.com" | |
}, | |
"source": { | |
"git": "http://github.intra.douban.com/lujinze/JZLibrary.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source_files": "JZLibrary/**/*.{h,m}", | |
"public_header_files": "JZLibrary/**/*.h", | |
"frameworks": [ | |
"UIKit", | |
"MapKit" | |
] | |
} |