blob: a7a46cc254292d4d5a0b4379e79449f342f25b65 [file] [log] [blame]
{
"name": "InstagramKit",
"version": "3.8.2",
"summary": "Instagram iOS SDK.",
"description": "* An extensive blocks-based Objective C wrapper for the Instagram API.",
"homepage": "https://github.com/shyambhat/InstagramKit",
"license": "MIT",
"authors": {
"Shyam Bhat": "shyambhat@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/shyambhat/InstagramKit.git",
"tag": "3.8.2"
},
"source_files": [
"InstagramKit",
"InstagramKit/**/*.{h,m}"
],
"exclude_files": "InstagramKitDemo",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>3.0"
]
},
"default_subspecs": "Exclude-UICKeyChainStore",
"subspecs": [
{
"name": "Exclude-UICKeyChainStore"
},
{
"name": "UICKeyChainStore",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -INSTAGRAMKIT_INCLUDE_UICKEYCHAINSTORE"
},
"dependencies": {
"UICKeyChainStore": [
"~>2.0"
]
}
}
]
}