blob: 2f931a1bf3c98a789010004cdf5c9a3516b6d000 [file] [log] [blame]
{
"name": "SatyaSecondLib",
"version": "0.1.0",
"summary": "This is a Test Project which shows how we can include the vendor frameworks to our pod.",
"description": "This is a Test Project which shows how we can include the vendor frameworks to our pod.",
"homepage": "https://github.com/satyamub/SatyaSecondLib.git",
"license": "MIT",
"authors": {
"Satya Prakash dash": "satya.saphire@gmail.com"
},
"source": {
"git": "https://github.com/satyamub/SatyaSecondLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SatyaSecondLib": [
"Pod/Assets/*.png"
]
},
"ios": {
"vendored_frameworks": [
"Bolts.framework",
"FBSDKCoreKit.framework",
"FBSDKLoginKit.framework"
]
}
}