[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / 4 / LGViews / 1.0.0 / LGViews.podspec.json
blobcfe7bc0ac602fd8d1fa23f35c8599ad90f53e105
2   "name": "LGViews",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "homepage": "https://github.com/Friend-LGA/LGViews",
9   "authors": {
10     "Grigory Lutkov": "Friend.LGA@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/Friend-LGA/LGViews.git",
14     "tag": "1.0.0"
15   },
16   "summary": "Classes extends abilities of UILabel, UIButton, UITextField and UITextView",
17   "requires_arc": true,
18   "source_files": "LGViews/*.{h,m}",
19   "subspecs": [
20     {
21       "name": "LGButton",
22       "source_files": "LGViews/LGButton/*.{h,m}"
23     },
24     {
25       "name": "LGLabel",
26       "source_files": "LGViews/LGLabel/*.{h,m}"
27     },
28     {
29       "name": "LGTextField",
30       "source_files": "LGViews/LGTextField/*.{h,m}"
31     },
32     {
33       "name": "LGTextView",
34       "source_files": "LGViews/LGTextView/*.{h,m}"
35     }
36   ]