blob: c1b116afe1f47ff8bacf9b1c2fb49c2f00fda89d [file] [log] [blame]
{
"name": "SIATools",
"version": "0.3.0",
"summary": "SIATools is utilities for Objective-C.",
"description": "SIATools is a small utility. Some iOS development become comfortable.",
"homepage": "https://github.com/siagency/SIATools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SI Agency": "support@si-agency.co.jp"
},
"source": {
"git": "https://github.com/siagency/SIATools.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SIATools/Classes/**/*",
"public_header_files": "SIATools/Classes/**/*.h",
"frameworks": [
"Security",
"QuartzCore"
],
"dependencies": {
"SIAEnumerator": [
"~> 0.3.0"
]
}
}