[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 5 / 8 / FutureProofing / 0.2.0 / FutureProofing.podspec.json
blobd9b533e35ed016f7e6caf21fd153bc221378856a
2   "name": "FutureProofing",
3   "version": "0.2.0",
4   "summary": "Provide a Future based interface to asynchronous API.",
5   "description": "A companion library to BrightFutures with extensions that\nprovide a Future based interface to asynchronous API's",
6   "homepage": "https://github.com/Thomvis/FutureProofing",
7   "license": "MIT",
8   "authors": {
9     "Thomas Visser": "thomas.visser@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/Thomvis/FutureProofing.git",
19     "tag": "v0.2.0"
20   },
21   "dependencies": {
22     "BrightFutures": [
23       "~> 4.0"
24     ]
25   },
26   "default_subspecs": "Foundation",
27   "subspecs": [
28     {
29       "name": "Accounts",
30       "ios": {
31         "source_files": "FutureProofing/Accounts/*"
32       },
33       "frameworks": "Accounts"
34     },
35     {
36       "name": "AVFoundation",
37       "ios": {
38         "source_files": "FutureProofing/AVFoundation/*",
39         "frameworks": "AVFoundation"
40       }
41     },
42     {
43       "name": "CoreLocation",
44       "ios": {
45         "source_files": "FutureProofing/CoreLocation/*"
46       },
47       "osx": {
48         "source_files": "FutureProofing/CoreLocation/*"
49       },
50       "frameworks": "CoreLocation"
51     },
52     {
53       "name": "Foundation",
54       "source_files": "FutureProofing/Foundation/*",
55       "frameworks": "Foundation"
56     },
57     {
58       "name": "HomeKit",
59       "ios": {
60         "source_files": "FutureProofing/HomeKit/*"
61       },
62       "frameworks": "HomeKit"
63     },
64     {
65       "name": "MapKit",
66       "ios": {
67         "source_files": "FutureProofing/MapKit/*"
68       },
69       "osx": {
70         "source_files": "FutureProofing/MapKit/*"
71       },
72       "frameworks": "MapKit"
73     },
74     {
75       "name": "Photos",
76       "ios": {
77         "source_files": "FutureProofing/Photos/*",
78         "frameworks": "Photos"
79       }
80     },
81     {
82       "name": "StoreKit",
83       "ios": {
84         "source_files": "FutureProofing/StoreKit/*"
85       },
86       "osx": {
87         "source_files": "FutureProofing/StoreKit/*"
88       },
89       "frameworks": "StoreKit"
90     },
91     {
92       "name": "UIKit",
93       "ios": {
94         "source_files": "FutureProofing/UIKit/*",
95         "frameworks": "UIKit"
96       }
97     }
98   ]