blob: e0e67ec63581c0d88aad4599effc9944fe2d60ed [file] [log] [blame]
{
"name": "SIATools",
"version": "0.2.0",
"summary": "SIATools is utilities for Objective-C.",
"description": " SIATools is a small utility. Some iOS development become comfortable.\n",
"homepage": "https://github.com/siagency/SIATools",
"license": "MIT",
"authors": {
"SI Agency": "support@si-agency.co.jp"
},
"source": {
"git": "https://github.com/siagency/SIATools.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SIATools": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"Security",
"QuartzCore"
],
"dependencies": {
"Reachability": [
"~> 3.0"
],
"SIAEnumerator": [
"~> 0.1.0"
]
}
}