[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / a / e / UbuduMeshSDK / 1.0 / UbuduMeshSDK.podspec.json
blobad0b0b27f18f5974b72f0bc20f73bc05dfbdf984
2   "name": "UbuduMeshSDK",
3   "version": "1.0",
4   "summary": "Mesh SDK allows devices to send messages through the mesh network.",
5   "homepage": "http://www.ubudu.com",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ubudu SAS": "cocoapods@ubudu.com"
12   },
13   "social_media_url": "https://twitter.com/Ubudu",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Ubudu/IOS-Mesh-SDK.git",
19     "tag": "v1.0"
20   },
21   "vendored_frameworks": "UbuduMeshSDK.framework",
22   "frameworks": [
23     "Foundation",
24     "CoreBluetooth"
25   ],
26   "requires_arc": true,
27   "xcconfig": {
28     "OTHER_LDFLAGS": ""
29   }