[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 2 / 7 / phoneid_iOS / 0.1.8 / phoneid_iOS.podspec.json
blob68f6e18e4aa7389dc91613a5a293772e7ce378b8
2   "name": "phoneid_iOS",
3   "version": "0.1.8",
4   "summary": "Phone.Id SDK library",
5   "description": "iOS library that provides access to phone.id service.\nPhone.id service allows App developers to use the phone number as a social login, without using nicknames or passwords at all.",
6   "homepage": "https://github.com/phoneid/phoneid_iOS",
7   "license": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)",
8   "authors": {
9     "Federico Pomi": "federico@pomi.net"
10   },
11   "source": {
12     "git": "https://github.com/phoneid/phoneid_iOS.git",
13     "tag": "0.1.8"
14   },
15   "pod_target_xcconfig": {
16     "ENABLE_TESTABILITY": "YES",
17     "SWIFT_VERSION": "2.3"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "Pod/Classes/**/*",
24   "resources": [
25     "Pod/Assets/Images.xcassets",
26     "Pod/Assets/strings/**"
27   ],
28   "frameworks": [
29     "UIKit",
30     "CoreTelephony"
31   ],
32   "dependencies": {
33     "libPhoneNumber-iOS": [
34       "~> 0.8.16"
35     ]
36   }