blob: e21a847068b4d15587d3e139ed772cdf5be0adfe [file] [log] [blame]
{
"name": "XeeSDK",
"version": "2.0.3",
"summary": "This SDK make easier the usage of Xee API (dev.xee.com) on iOS devices.",
"homepage": "https://github.com/xee-lab/xee-sdk-ios/tree/cocoapods",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Eliocity": "jbdujardin@xee.com"
},
"source": {
"git": "https://github.com/xee-lab/xee-sdk-ios.git",
"tag": "2.0.3"
},
"social_media_url": "https://www.facebook.com/XeeFR",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": "XeeSDK/*.h",
"source_files": "XeeSDK/*.{h,m}",
"resource_bundles": {
"XeeSDKBundle": "XeeSDK/Resources/**/*"
},
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Model",
"source_files": "XeeSDK/Model/*.{h,m}",
"public_header_files": "XeeSDK/Model/*.h"
}
]
}