[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / c / EzIAP / 1.0.0 / EzIAP.podspec.json
blobc37ab0d872902269bf90ea61eb264e8910006413
2   "name": "EzIAP",
3   "version": "1.0.0",
4   "summary": "A framework to speed development time related to handling in app purchases for iOS in Swift.",
5   "description": "This project is intended to reduce development time for Swift projects integrating with native in app purchase functionality.",
6   "homepage": "https://github.com/appteur/eziap.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Seth Arnott",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "swift_version": "4.1",
16   "source": {
17     "git": "https://github.com/appteur/eziap.git",
18     "tag": "1.0.0"
19   },
20   "source_files": [
21     "EzIAP/*.{h,m,swift}",
22     "EzIAP/**/*.{h,m,swift}"
23   ]