[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 2 / 4 / SIATools / 0.2.0 / SIATools.podspec.json
blobe0e67ec63581c0d88aad4599effc9944fe2d60ed
2   "name": "SIATools",
3   "version": "0.2.0",
4   "summary": "SIATools is utilities for Objective-C.",
5   "description": "                       SIATools is a small utility. Some iOS development become comfortable.\n",
6   "homepage": "https://github.com/siagency/SIATools",
7   "license": "MIT",
8   "authors": {
9     "SI Agency": "support@si-agency.co.jp"
10   },
11   "source": {
12     "git": "https://github.com/siagency/SIATools.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SIATools": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "Security",
27     "QuartzCore"
28   ],
29   "dependencies": {
30     "Reachability": [
31       "~> 3.0"
32     ],
33     "SIAEnumerator": [
34       "~> 0.1.0"
35     ]
36   }