[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 3 / SWReachability / 1.0 / SWReachability.podspec.json
blob252798bc44b67cb99a23463c7e363d7aa83d9fd9
2   "name": "SWReachability",
3   "version": "1.0",
4   "summary": "Reachability with block",
5   "description": "Reachability with blocks. One line code implementation. When change network status it will go to block.",
6   "homepage": "https://github.com/skywite/SWReachability",
7   "license": "MIT",
8   "authors": {
9     "saman kumara": "me@isamankumara.com"
10   },
11   "source": {
12     "git": "https://github.com/skywite/SWReachability.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "SWReachability/**/*",
20   "resource_bundles": {
21     "SWReachability": [
22       "Pod/Assets/*.png"
23     ]
24   }