[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / e / 1 / BkVASPhoneView / 1.0 / BkVASPhoneView.podspec.json
blob3a80abd04943f5c98f8b6125fbcd3bb192c28a38
2   "name": "BkVASPhoneView",
3   "version": "1.0",
4   "summary": "Custom view for phone number display, following the SVA+ requirements. Written in Objective-C.",
5   "description": "This is a custom view for phone number display, following the SVA+ requirements.\nhttp://www.svaplus.fr/actualites-et-travaux/la-charte-signaletique-des-numeros-sva-8493689-1049.html",
6   "homepage": "https://github.com/Backelite/BkVASPhoneView",
7   "license": "MIT",
8   "authors": {
9     "David Yang": "david.yang@backelite.com"
10   },
11   "source": {
12     "git": "https://github.com/Backelite/BkVASPhoneView.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "BkVASPhoneView": [
21       "Pod/Assets/*.png",
22       "Pod/Assets/*.otf"
23     ]
24   },
25   "default_subspecs": "ObjectiveC",
26   "subspecs": [
27     {
28       "name": "ObjectiveC",
29       "platforms": {
30         "ios": "7.0"
31       },
32       "source_files": "Pod/Classes/**/*.{h,m}"
33     },
34     {
35       "name": "Swift",
36       "platforms": {
37         "ios": "8.0"
38       },
39       "source_files": "Pod/Classes/**/*{h,m,swift}"
40     }
41   ]