blob: c37ab0d872902269bf90ea61eb264e8910006413 [file] [log] [blame]
{
"name": "EzIAP",
"version": "1.0.0",
"summary": "A framework to speed development time related to handling in app purchases for iOS in Swift.",
"description": "This project is intended to reduce development time for Swift projects integrating with native in app purchase functionality.",
"homepage": "https://github.com/appteur/eziap.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Seth Arnott",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/appteur/eziap.git",
"tag": "1.0.0"
},
"source_files": [
"EzIAP/*.{h,m,swift}",
"EzIAP/**/*.{h,m,swift}"
]
}