blob: 37dca0a3d412ad45497e45f24f4f05d1293204a2 [file] [log] [blame]
{
"name": "PostageKit",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Mac OSX / iOS API wrapper for the PostageApp transactional mail service.",
"homepage": "https://github.com/postageapp/postageapp-objc",
"authors": {
"Stephan Leroux": "stephanleroux@gmail.com"
},
"source": {
"git": "https://github.com/postageapp/postageapp-objc.git",
"tag": "1.0.0"
},
"source_files": "PostageKit/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 1.1.0"
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"CoreServices",
"SystemConfiguration"
]
}
}