blob: aef02543ee13dfc6bc9845f927353dc3af30c694 [file] [log] [blame]
{
"name": "InstagramKit",
"version": "4.1",
"summary": "Instagram iOS SDK.",
"description": "An extensive Objective C SDK for the Instagram API.",
"homepage": "https://github.com/shyambhat/InstagramKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shyam Bhat": "shyambhat@me.com"
},
"source": {
"git": "https://github.com/shyambhat/InstagramKit.git",
"tag": "4.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "InstagramKit/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~>3.0"
]
},
"default_subspecs": "InstagramKit-without-UICKeyChainStore",
"subspecs": [
{
"name": "InstagramKit-without-UICKeyChainStore"
},
{
"name": "UICKeyChainStore",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -INSTAGRAMKIT_INCLUDE_UICKEYCHAINSTORE"
},
"dependencies": {
"UICKeyChainStore": [
"~>2.0"
]
}
}
]
}