[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 2 / IAPController / 1.0.0 / IAPController.podspec.json
blob4ce5571c7d002b8ce2719a544f772a4fd24490a8
2   "name": "IAPController",
3   "version": "1.0.0",
4   "summary": "In App Purchase controller for Swift",
5   "homepage": "https://github.com/materik/iapcontroller.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Mattias Eriksson": "thematerik@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/materik/iapcontroller.git",
19     "tag": "1.0.0"
20   },
21   "exclude_files": [
22     "DemoSwift"
23   ],
24   "frameworks": [
25     "StoreKit"
26   ],
27   "default_subspecs": "Swift",
28   "subspecs": [
29     {
30       "name": "Swift",
31       "source_files": "Swift/*.swift"
32     }
33   ]