[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / b / 7 / 6 / NetworkState / 0.0.2 / NetworkState.podspec.json
blob74cdb4290202b753fdaf7e13ecf491be335c45a3
2   "name": "NetworkState",
3   "version": "0.0.2",
4   "summary": "A very easy way to determine NetworkState",
5   "description": "A simple way to determine the NetworkState for your application.\nNetworkState.isConnectedToNetwork() will return a bool and you are on your way.",
6   "homepage": "https://github.com/garethpaul/NetworkState",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gareth Jones": "gareth@garethpaul.com"
13   },
14   "social_media_url": "http://twitter.com/gpj",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/garethpaul/NetworkState.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "NetworkState/*.{swift}",
23   "frameworks": "SystemConfiguration"