[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 5 / 0 / threeMF / 0.1 / threeMF.podspec.json
blob6bf6b616ee1884e94a411752bbfa5de21453948d
2   "name": "threeMF",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "A generic and extendable ad-hoc networking framework for easy device discovery, capability checking and pattern based RPC communication.",
6   "homepage": "http://www.threemf.com",
7   "authors": {
8     "Martin Gratzer": "mgratzer@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/threeMF/threeMF.git",
12     "tag": "0.1"
13   },
14   "source_files": "threeMF/**/*.{h,m,c}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "ios": {
21     "frameworks": [
22       "CFNetwork",
23       "Security"
24     ]
25   },
26   "osx": {
27     "frameworks": [
28       "CoreServices",
29       "Security"
30     ]
31   }