[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / 7 / phoneid_iOS / 0.1.1 / phoneid_iOS.podspec.json
blob8ac7c716388089c7d582a6c2f113359d0e12067e
2   "name": "phoneid_iOS",
3   "version": "0.1.1",
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     "Alyona": "a.bachurina@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/phoneid/phoneid_iOS.git",
13     "tag": "0.1.1"
14   },
15   "pod_target_xcconfig": {
16     "ENABLE_TESTABILITY": "YES"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resources": [
24     "Pod/Assets/Images.xcassets",
25     "Pod/Assets/strings/**"
26   ],
27   "frameworks": [
28     "UIKit",
29     "CoreTelephony"
30   ],
31   "dependencies": {
32     "libPhoneNumber-iOS": [
33       "~> 0.8"
34     ]
35   }