[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 2 / 4 / SIATools / 0.3.0 / SIATools.podspec.json
blobc1b116afe1f47ff8bacf9b1c2fb49c2f00fda89d
2   "name": "SIATools",
3   "version": "0.3.0",
4   "summary": "SIATools is utilities for Objective-C.",
5   "description": "SIATools is a small utility. Some iOS development become comfortable.",
6   "homepage": "https://github.com/siagency/SIATools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SI Agency": "support@si-agency.co.jp"
13   },
14   "source": {
15     "git": "https://github.com/siagency/SIATools.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SIATools/Classes/**/*",
22   "public_header_files": "SIATools/Classes/**/*.h",
23   "frameworks": [
24     "Security",
25     "QuartzCore"
26   ],
27   "dependencies": {
28     "SIAEnumerator": [
29       "~> 0.3.0"
30     ]
31   }