blob: 621c478690ad939633e22ae624d592a9e61167f8 [file] [log] [blame]
{
"name": "YouPers",
"version": "0.0.1",
"summary": "YouPers SDK for iOS",
"homepage": "https://github.com/YouPers/yp-ios-sdk",
"license": "MIT",
"authors": {
"Jacopo Sanguineti": "jacopo.sanguineti@youpers.com"
},
"source": {
"git": "https://github.com/YouPers/yp-ios-sdk.git",
"tag": "0.0.1"
},
"source_files": "src/*.{m,h}",
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
],
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"prefix_header_contents": [
"#import <SystemConfiguration/SystemConfiguration.h>",
"#import <MobileCoreServices/MobileCoreServices.h>"
],
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}