blob: 656a0dfdea800640257f6ad40b93f310e6037c20 [file] [log] [blame]
{
"name": "InstagramSDK-iOS",
"version": "1.0.2",
"summary": "Instagram iOS SDK.",
"description": "InstagramSDK is open source to use instagram apis.",
"homepage": "https://github.com/pisces/InstagramSDK",
"license": "MIT",
"authors": {
"pisces": "hh963103@gmail.com"
},
"source": {
"git": "https://github.com/pisces/InstagramSDK.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "InstagramSDK/Classes/*.{m,h}",
"dependencies": {
"PSFoundation": [
],
"w3action": [
"~> 1.3.4"
]
},
"resource_bundles": {
"InstagramSDK": [
"InstagramSDK/Assets/*.*"
]
}
}