[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 6 / d / IGSDKLoginKit / 0.0.1 / IGSDKLoginKit.podspec.json
blob4994ba2868e07bf8436ec6d201d114854f97c92b
2   "name": "IGSDKLoginKit",
3   "version": "0.0.1",
4   "summary": "Instagram iOS SDK is a framework built on top of Instagram's public API.",
5   "homepage": "https://github.com/jaunesarmiento/instagram-ios-sdk",
6   "license": "MIT",
7   "authors": {
8     "Jaune Sarmiento": "hawnecarlo@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/jaunesarmiento/instagram-ios-sdk.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "weak_frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source_files": "IGSDKLoginKit/IGSDKLoginKit/**/*.{h,m}",
23   "public_header_files": "IGSDKLoginKit/IGSDKLoginKit/*.{h}",
24   "header_dir": "IGSDKLoginKit",
25   "dependencies": {
26     "IGSDKCoreKit": [
28     ]
29   }