[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 2 / IAPController / 2.0.0 / IAPController.podspec.json
blob099858f345e82171df66569d8ea30e064f1d9db6
2   "name": "IAPController",
3   "version": "2.0.0",
4   "summary": "In App Purchase controller",
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": "2.0.0"
20   },
21   "exclude_files": [
22     "DemoSwift",
23     "DemoObjC"
24   ],
25   "frameworks": [
26     "StoreKit"
27   ],
28   "default_subspecs": "Swift",
29   "subspecs": [
30     {
31       "name": "Swift",
32       "source_files": "Swift/*.swift"
33     },
34     {
35       "name": "ObjC",
36       "source_files": "ObjC/*.{h,m}",
37       "public_header_files": "ObjC/*.h"
38     }
39   ]