blob: c59f500344ada7243f0e79698a70d3fe04878401 [file] [log] [blame]
{
"name": "clang_api",
"version": "1.0.6",
"summary": "Using the C method to call the Objective-C interface, convenient and easy to use it.",
"homepage": "https://github.com/Eastze/clang_api",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eastze": "vinphy88@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Eastze/clang_api.git",
"tag": "1.0.6"
},
"source_files": "clang_api/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}