[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 2 / 7 / phoneid_iOS / 0.1.0 / phoneid_iOS.podspec.json
blob4968e6b1e0e7c18a82a1ed5f2ae800a0b1101794
2   "name": "phoneid_iOS",
3   "version": "0.1.0",
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/fedepo/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/fedepo/phoneid_iOS.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resources": [
21     "Pod/Assets/Images.xcassets",
22     "Pod/Assets/strings/**"
23   ],
24   "frameworks": [
25     "UIKit",
26     "CoreTelephony"
27   ],
28   "dependencies": {
29     "libPhoneNumber-iOS": [
30       "~> 0.8"
31     ]
32   }