blob: 4405dfb78f9b450ad098b406c4c9af9c5edc8529 [file] [log] [blame]
{
"name": "LinkedinIOSHelper",
"version": "0.1.1",
"summary": "Library to easily fetch Member Information from LinkedIn API",
"description": " Easy to use and not using any dependency. If you want to make Login with Linkedin, this library is absolutely for you.\n",
"homepage": "https://github.com/ahmetkgunay/LinkedinIOSHelper",
"license": "MIT",
"authors": {
"Ahmet Kazım Günay": "ahmetkgunay@gmail.com"
},
"source": {
"git": "https://github.com/ahmetkgunay/LinkedinIOSHelper.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/ahmtgny",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"LinkedinIOSHelper/LinkedInHelper/**/*.{h,m}",
"LinkedinIOSHelper/Constants/**/*.{h,m}"
],
"public_header_files": "LinkedinIOSHelper/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}