| { |
| "name": "UbuduMeshSDK", |
| "version": "1.0.1", |
| "summary": "Mesh SDK allows devices to send messages through the mesh network.", |
| "homepage": "http://www.ubudu.com", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ubudu SAS": "cocoapods@ubudu.com" |
| }, |
| "social_media_url": "https://twitter.com/Ubudu", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/Ubudu/IOS-Mesh-SDK.git", |
| "tag": "v1.0.1" |
| }, |
| "vendored_frameworks": "UbuduMeshSDK.framework", |
| "frameworks": [ |
| "Foundation", |
| "CoreBluetooth" |
| ], |
| "requires_arc": true, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "" |
| } |
| } |