blob: 52cb23e3a74270a164359e1775d955c104bd3ee8 [file] [log] [blame]
{
"name": "Loopy",
"platforms": {
"ios": "6.1"
},
"version": "1.0.0-RC2",
"summary": "iOS SDK for the Loopy Social Analytics Platform.",
"description": "Allows iOS applications to interact with the Loopy API to provide rich sharing analytics.",
"homepage": "https://github.com/socialize/loopy-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Jedeikin": "djedeikin@sharethis.com"
},
"dependencies": {
"AFNetworking": [
]
},
"source": {
"git": "https://github.com/socialize/loopy-sdk-ios.git",
"tag": "1.0.0-RC2"
},
"source_files": "Loopy/**/*.{h,m}",
"resources": [
"Loopy/Resources/*.png",
"Loopy/LoopyApiInfo.plist"
],
"requires_arc": true
}