[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / e / 5 / PGFramework / 0.1.3 / PGFramework.podspec.json
blobef93d4b4dc732c9f52ad9f844cafe8d3cd95b8ff
2   "name": "PGFramework",
3   "version": "0.1.3",
4   "summary": "This is Framework of MVC.",
5   "description": "- View\n- Model\n              - Controller\n              - Common",
6   "homepage": "https://github.com/Playground-Corp/PGFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Playground, Inc.": "develop@playground.style"
13   },
14   "social_media_url": "https://www.facebook.com/PlaygroundCo2019/",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/Playground-Corp/PGFramework.git",
20     "tag": "0.1.3"
21   },
22   "source_files": "PGFramework/classes/{Controller,Model,Common}/**/*.swift",
23   "resources": "PGFramework/classes/View/**/*.xib",
24   "requires_arc": true,
25   "dependencies": {
26     "Alamofire": [
28     ],
29     "AlamofireImage": [
31     ]
32   }