blob: 34f297100f25c893fcf79615d8f7c46d172ab2fa [file] [log] [blame]
{
"name": "Ticatag-iOS-SDK",
"version": "0.0.2",
"summary": "iOS library for Ticatag iBeacon devices.",
"description": " A longer description of ticatagSDK in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://ticatag.com",
"authors": {
"ticatag": "contact@ticatag.com"
},
"social_media_url": "http://twitter.com/ticatag",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ticatag/iOS-SDK.git",
"tag": "0.0.2"
},
"vendored_frameworks": "Ticatag.framework",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreBluetooth",
"MobileCoreServices",
"CoreLocation"
],
"requires_arc": true,
"license": {
"type": "Copyright",
"text": " Copyright 2013 Ticatag, Inc. All rights reserved.\n"
}
}