[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / 9 / 7 / Telefon / 0.1.1 / Telefon.podspec.json
blob65c034ed9505394e1600c706fc5d1d36bc28c685
2   "name": "Telefon",
3   "version": "0.1.1",
4   "summary": "A Swift library to get SIM, Carrier, Phone Info",
5   "description": "Telefon is a small library that gives info about an iPhone's current carrier, SIM info, Wifi Network Info and Reachability Status.",
6   "homepage": "https://github.com/seyfeddin/Telefon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "seyfoyun": "seyfeddin@wearethread.co"
13   },
14   "source": {
15     "git": "https://github.com/seyfeddin/Telefon.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/seyfoyun",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Telefon/Classes/**/*",
23   "frameworks": [
24     "CoreTelephony",
25     "SystemConfiguration"
26   ],
27   "dependencies": {
28     "ReachabilitySwift": [
29       "3"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"