blob: 3f7b9d16ebe8a1d826593105e27f80c76f83cf8e [file] [log] [blame]
{
"name": "IGSDKCoreKit",
"version": "0.0.2",
"summary": "Instagram iOS SDK is a framework built on top of Instagram's public API.",
"homepage": "https://github.com/jaunesarmiento/instagram-ios-sdk",
"license": "MIT",
"authors": {
"Jaune Sarmiento": "hawnecarlo@gmail.com"
},
"source": {
"git": "https://github.com/jaunesarmiento/instagram-ios-sdk.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"weak_frameworks": [
"UIKit",
"Foundation"
],
"source_files": "IGSDKCoreKit/IGSDKCoreKit/**/*.{h,m}",
"public_header_files": "IGSDKCoreKit/IGSDKCoreKit/*.{h}",
"header_dir": "IGSDKCoreKit"
}