blob: 546fbcdb568f1da07494b3a57804fc4c328181dc [file] [log] [blame]
{
"name": "SocialInvite",
"version": "0.1.2",
"summary": "iOS library which enables you to use the Infobip Social Invites service.",
"description": " This project is an iOS library which can be merged with your iOS project and enables you to use the Infobip Social Invites service.\n\n Social invites allow a user that is already satisfied with the product to refer it to their own network via a text message.\n\n A mobile phone address book is stocked with contacts with whom the user has developed a personal relationship.\n",
"homepage": "https://github.com/infobip/social-invites-ios-pod",
"license": "MIT",
"authors": {
"Infobip - Framework Integration Team": "social.invites@infobip.com"
},
"source": {
"git": "https://github.com/infobip/social-invites-ios-pod.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": "Pod/Assets/*.bundle",
"public_header_files": "Pod/Classes/InfobipSocialInvite.h",
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
},
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"CoreData",
"CoreTelephony",
"AddressBook",
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"dependencies": {
"RestKit": [
"~> 0.24"
],
"RHAddressBook": [
"~> 1.1"
],
"libPhoneNumber-iOS": [
"~> 0.7"
],
"CocoaLumberjack": [
"2.0.0-rc"
]
},
"subspecs": [
{
"name": "Models",
"source_files": "Pod/Classes/Models/",
"private_header_files": "Pod/Classes/Models/_*.h"
}
]
}